Roman Feldbauer
Roman Feldbauer
The puffinn package now supports MacOS and retrieving vectors from the index. We should thus: - [ ] enable puffinn tests on MacOS - [x] modify the puffinn wrapper, as...
We should document how to set the number of threads for training on CPUs (in case anyone would like to do that). Basically, it's `export OMP_NUM_THREADS=8` for intra-op parallelism. Alternatively,...
As discussed in #43 training with iterable datasets is rarely used. In particular, training without shuffling might never be useful. Due to that, the corresponding functionality is not subject to...
Currently, deepnog ships one model per eggnog level and network architecture. If we ever decide to retrain certain models, users need to individually come up with strategies to tell models...
- Python 3.11 and 3.12 support - Installing nmslib from sources in gh actions - Remove badges from readme (LGTM: gone; license: now indicated by gh automaticaly)