Skip to content

Commit

Permalink
Annoy troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhie authored Jan 29, 2020
1 parent 832e69c commit a437be5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ For those interested in the algorithm implementation, `scanorama/scanorama.py` i

- For large data set integration under memory constraints (e.g., if you run into a `MemoryError`), try lowering the `batch_size` parameter to improve memory usage and try sketch-based acceleration using the `sketch` parameter to `integrate()` to improve both memory usage and runtime.

- Some users report "Illegal instruction" or "Segfault" errors using the most recent versions of the `annoy` package; Scanorama is tested with `annoy` version 1.11.5 on Ubuntu 18.04.

- For the example scripts, be sure to run `bin/process.py` first, although this is not necessary if you are using Scanorama through the API.

## Questions
Expand Down

0 comments on commit a437be5

Please sign in to comment.