From be40616920c2ea5d8be221b59e72d275f440a90f Mon Sep 17 00:00:00 2001 From: bion howard Date: Wed, 1 Jul 2020 11:30:09 -0400 Subject: [PATCH] FLANN link fix the flann link didn't work so i put a new one, to the git repo for the project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 615a521..d75c2f2 100644 --- a/README.md +++ b/README.md @@ -456,7 +456,7 @@ python ./tasks/argmax_task.py -cuda 0 -lr 0.0001 -rnn_type lstm -memory_type dnc ## General noteworthy stuff -1. SDNCs use the [FLANN approximate nearest neigbhour library](https://www.cs.ubc.ca/research/flann/), with its python binding [pyflann3](https://github.com/primetang/pyflann) and [FAISS](https://github.com/facebookresearch/faiss). +1. SDNCs use the [FLANN approximate nearest neigbhour library](https://github.com/mariusmuja/flann), with its python binding [pyflann3](https://github.com/primetang/pyflann) and [FAISS](https://github.com/facebookresearch/faiss). FLANN can be installed either from pip (automatically as a dependency), or from source (e.g. for multithreading via OpenMP):