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
When I run the code "run_exp_tab1.sh", I meet the error: Traceback (most recent call last): File "eval_retrieval.py", line 226, in <module> main() File "eval_retrieval.py", line 84, in main cfg = configdataset(dataset, os.path.join(get_data_root(), 'test')) File "/data2/user/my_code/Attack/cnnimageretrieval-pytorch/cirtorch/datasets/testdataset.py", line 16, in configdataset cfg = pickle.load(f) _pickle.UnpicklingError: invalid load key, '<'.
It seems that there are some problems with your pkl files. (gnd_rparis6k.pkl)
The text was updated successfully, but these errors were encountered:
When I run the code "run_exp_tab1.sh", I meet the error:
Traceback (most recent call last): File "eval_retrieval.py", line 226, in <module> main() File "eval_retrieval.py", line 84, in main cfg = configdataset(dataset, os.path.join(get_data_root(), 'test')) File "/data2/user/my_code/Attack/cnnimageretrieval-pytorch/cirtorch/datasets/testdataset.py", line 16, in configdataset cfg = pickle.load(f) _pickle.UnpicklingError: invalid load key, '<'.
It seems that there are some problems with your pkl files. (gnd_rparis6k.pkl)
The text was updated successfully, but these errors were encountered: