You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Process Process-1:
Traceback (most recent call last):
...
File ".../webdataset/multi.py", line 64, in _parallel_job
D("job", i, "done", dataset.sample_urls)
AttributeError: 'ResizedDataset' object has no attribute 'sample_urls'
Process Process-2:
Traceback (most recent call last):
...
File ".../webdataset/multi.py", line 64, in _parallel_job
D("job", i, "done", dataset.sample_urls)
AttributeError: 'ResizedDataset' object has no attribute 'sample_urls'
Please check out this issue.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
when I used
ResizedDataset
andMultiDataset
, I encountered the following error:Please check out this issue.
Thank you.
The text was updated successfully, but these errors were encountered: