-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hi,
I'm just using song for running datasets in your paper.
Can you tell me this parameter setting for each dataset? In the readme, you give an example with pq_size = 100.
So can I use 100 for all of them? Will this parameter largely affect the quality and efficiency of graph building and query?
Actually, I test nytimes dataset in https://github.com/erikbern/ann-benchmarks, song takes around 10 min to finish graph construction. Does that make sense? All the commands I use follows your readme.
./build_graph.sh /path2/nytimes-256-angular_base_libsvm 290000 256 cos
Also, can you share piece of code that how you calculate the recall? Since I found that you do not read groundtrue file in your system. I add this computation code at the end of your main.cu file.
Does this correct for how you calculate in your paper?