learn-to-hash icon indicating copy to clipboard operation
learn-to-hash copied to clipboard

Neural LSH [ICLR 2020] - Using supervised learning to produce better space partitions for fast nearest neighbor search.

Results 5 learn-to-hash issues
Sort by recently updated
recently updated
newest added

When I ran the file `demo_km.py`, I got the following error: ```python Traceback (most recent call last): File "demo_km.py", line 6, in from workflow_learn_kmeans import run_main, load_data, KNode File "/learn-to-hash/workflow_learn_kmeans.py",...

I'm trying to run `demo_train.py`, but it's unclear how it works. If I add the `--glove` parameter, it complains that both sift and glove is active, since sift is apparently...

Hi Thanks for code sharing. I have reproduced the code in SIFT1M. I used neural network for prediction and I found the loss only decline a little bit, from 69...

Sorry for being a total noob here but I do not quite understand what the input data format should be. I have downloaded the GloVe and Sift dataset from [here](https://github.com/erikbern/ann-benchmarks)...

Hi, Thanks for sharing the code. I am receiving the following error: No module named '_multiprobe'. Would you please help me with this issue? Also, what do you mean by...