kayzhu / LSHash

A fast Python implementation of locality sensitive hashing.
MIT License
660 stars 158 forks source link

Can't use with high dimension #27

Open charlesfufu opened 5 years ago

charlesfufu commented 5 years ago

when I set the LSHash's input_dim with 300 dimension. the result of lsh.query is [ ].