-
**What is benchmarked**
Is there a difference in zenith and azimuthal performance, if we adjust the preprocessing of input variables from `TWSRTHVInIcePulsesIC` ?
**Target variables used for eval…
-
**Is your feature request related to a problem? Please describe.**
In some scenarios the client may have an array of vectors / records ids and not the vectors themselves.
A nearest neighbours search…
-
Hello,
In our use-case - we are testing Annoy in different sizes of index – sizes are between 1K vectors to 2M .
we are using 2 methods:
1. a.build(n_trees)
2. a.get_nns_by_vector(v, n, search…
-
Hello! Thank you for developing this tool.
I am currently trying to run the initial kBET command, but am having difficulty due to an extremely long run time (>24 hours).
My inputs are as follo…
-
Hi, thank you for your open codes.
Why do we need an offset when searching the k-nearest neighbours of a given central point?
-
Hello,
When an analysis is being displayed with `rainette2_explor` and I check the box for "Complete with k-nearest neighbours", I get this error:
`Error: Package "FNN" needed for this function …
-
I have used BERT NextSentencePredictor to find similar sentences or similar news, However, It's super slow. Even on Tesla V100 which is the fastest GPU till now. It takes around 10secs for a query tit…
-
# Summary
# Platform
OS:
Ubuntu 19.04
Faiss version:
Conda 1.5.1
Faiss compilation options:
Running on:
- [ ] CPU
- [x] GPU
Interface:
- [ ] C++
- [x] Python
# R…
-
I was following the [this manual](https://github.com/MarioniLab/milo_analysis_2020/blob/main/notebooks/milo_in_python.ipynb) and finished generating `DA_results` with these codes:
```
%%R -i design_…
-
Hi,
While using the dense retrieval pipeline via `factory.end_to_end()` I notice that not all documents are ranked and returned using the `search(query)` method of the pipeline. I am struggling a bit…