Roman Feldbauer
Roman Feldbauer
Dear Cellpose team, thanks for your great tool. We love the quality of segmentation we obtain by using `Cellpose`. Currently, we are trying to figure out whether we can increase...
Trying to `make install` I got the following error (for cp39, and similarly for cp38): ``` ERROR: torch-1.5.1-cp39-cp39m-linux_x86_64.whl is not a supported wheel on this platform. ``` It seems the...
Closes #92. TODO: `docs/documentation` folder
All documentation must be adapted to the new API, including example use-cases.
Actions should run faster if we cache NGT binaries, so that they don't have to be built every time. This should probably include the following dirs: - `/usr/local/lib/` - `/usr/local/include/NGT`...
Building `nmslib` fails on Github Actions on Windows when using Python 3.9 or Python 3.10. Note installing on Python 3.8 from pre-built wheels from PyPI works fine.
Packaging & deployment: - [ ] Update packages on PyPI. - [ ] Optionally, publish on conda-forge.
*Cross-domain similarity local scaling* from "Word translation without parallel data" (Lample et al., ICLR 2018, [paper](https://openreview.net/pdf?id=H196sainb).
Currently, approximate radius neighbor search is only available via `falconn`. The new version of NGT v1.7.10 seems to introduce a radius search function. Would be nice to have an additional...
Approx. neighbor search with ngtpy can be accelerated: - [x] Enable AVX on MacOS (temporarily disabled due to upstream bug in NGT. It is already enabled on Linux.) - [x]...