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
File "/content/drive/MyDrive/FYP/comet-master/comet-master/CUB/data/dataset.py", line 68, in init
with open(data_file, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: './filelists/CUB/base.json'
The text was updated successfully, but these errors were encountered:
Running :
python ./train.py --dataset CUB --model Conv4NP --method comet --train_aug
Error :
File "/content/drive/MyDrive/FYP/comet-master/comet-master/CUB/data/dataset.py", line 68, in init
with open(data_file, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: './filelists/CUB/base.json'
The text was updated successfully, but these errors were encountered: