Yury Malkov

Results 6 issues of Yury Malkov

I found that nytimes-256-angular and nytimes-16-angular datasets have hundreds of zero-valued vectors. The problem is that the cosine distance to such vectors is undefined, making the search an ill-defined task....

Good day! I have measured the difference in performance when switching the use_threads parameter from True to False on hnsw (nmslib). As it turns out, the difference is really huge,...

Can you please provide the scripts for data preprocessing on the MERL dataset. Thanks

Hi, thank you for the work! I've played with the code and noticed that examples do not preserve the original aspect ration during the resize. E.g. https://github.com/salesforce/BLIP/blob/d10be550b2974e17ea72e74edc7948c9e5eab884/predict.py#L93 or the colab...

Right now it is `true` (https://github.com/nmslib/hnswlib/blob/master/hnswlib/hnswalg.h#L1220) and that is causing a measurable slowdown in multi-threaded search in some niche cases (e.g. dim=4). `collect_metrics` increments some counters like number of distance...

``` exclude: - os: macos-latest python-version: "3.7" ```