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
i am getting this error: File "/usr/local/lib/python3.10/dist-packages/torchvision/datasets/folder.py", line 41, in find_classes
classes = sorted(entry.name for entry in os.scandir(directory) if entry.is_dir())
FileNotFoundError: [Errno 2] No such file or directory: '../../../data/pacs/art_painting' and couldnt foung the images file
The text was updated successfully, but these errors were encountered:
i am getting this error: File "/usr/local/lib/python3.10/dist-packages/torchvision/datasets/folder.py", line 41, in find_classes
classes = sorted(entry.name for entry in os.scandir(directory) if entry.is_dir())
FileNotFoundError: [Errno 2] No such file or directory: '../../../data/pacs/art_painting' and couldnt foung the images file
The text was updated successfully, but these errors were encountered: