tma icon indicating copy to clipboard operation
tma copied to clipboard

_pickle.UnpicklingError: invalid load key, '<'.

Open fly-dragon211 opened this issue 3 years ago • 0 comments

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)

fly-dragon211 avatar Oct 06 '21 05:10 fly-dragon211