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
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Admin\anaconda3\envs\dino\lib\multiprocessing\spawn.py", line 116, in spawn_main
exitcode = _main(fd, parent_sentinel)
File "C:\Users\Admin\anaconda3\envs\dino\lib\multiprocessing\spawn.py", line 126, in _main
self = reduction.pickle.load(from_parent)
AttributeError: Can't get attribute 'ImageDataset' on <module 'main' (built-in)>
I am using Jupyter Notebook to run the code with Python 3.10.14
The text was updated successfully, but these errors were encountered:
Hi, Good day.
I was running the code from https://docs.libauc.org/examples/auroc.html
And I face this error when I try to load the data
for data, targets in trainloader:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Admin\anaconda3\envs\dino\lib\multiprocessing\spawn.py", line 116, in spawn_main
exitcode = _main(fd, parent_sentinel)
File "C:\Users\Admin\anaconda3\envs\dino\lib\multiprocessing\spawn.py", line 126, in _main
self = reduction.pickle.load(from_parent)
AttributeError: Can't get attribute 'ImageDataset' on <module 'main' (built-in)>
I am using Jupyter Notebook to run the code with Python 3.10.14
The text was updated successfully, but these errors were encountered: