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 running run_simple_test.sh. Do we need to additionally download the respective index embedding and attributes or the script take care of it?
Can you please provide the download link (fvecs, attribute files etc.) for the datasets used in the paper?
The text was updated successfully, but these errors were encountered:
I am getting a similar issue when running run_simple_test.sh as well. I believe it occurs when run_simple_test.sh is running test_acorn in demos. The specific error I received from the summary_sift_n=1000000_gamma=12.txt file was:
N: 1000000
gamma: 12
dataset: sift1M_test
M: 32
M_beta: 64
Failed to open JSON file
Failed to parse JSON data from ./testing_data/sift_attr.json: [json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - unexpected end of input; expected '[', '{', or a literal
terminate called after throwing an instance of 'nlohmann::detail::type_error'
what(): [json.exception.type_error.302] type must be array, but is null
Is there any way to resolve this without creating our own sift_attr.json file?
Excuse me. Where did you get the sift_attr.json file? I'm not sure about the format of the json file used during runtime. Could you please tell me where I can obtain these contents? Thank you very much!
I am running run_simple_test.sh. Do we need to additionally download the respective index embedding and attributes or the script take care of it?
Can you please provide the download link (fvecs, attribute files etc.) for the datasets used in the paper?
The text was updated successfully, but these errors were encountered: