You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -179,11 +179,11 @@ The original results were obtained with `nprobe=1024,ht=66,max_codes=262144`.
179
179
180
180
## GPU experiments
181
181
182
-
The benchmarks below run 1 or 4 Titan X GPUs and reproduce the results of the "GPU paper". They are also a good starting point on how to use GPU Faiss.
182
+
The benchmarks below run 1 or 4 Titan X GPUs and reproduce the results of the "GPU paper". They are also a good starting point on how to use GPU Faiss.
183
183
184
184
### Search on SIFT1M
185
185
186
-
See above on how to get SIFT1M into subdirectory sift1M/. The script [`bench_gpu_sift1m.py`](bench_gpu_sift1m.py) reproduces the "exact k-NN time" plot in the ArXiv paper, and the SIFT1M numbers.
186
+
See above on how to get SIFT1M into subdirectory sift1M/. The script [`bench_gpu_sift1m.py`](bench_gpu_sift1m.py) reproduces the "exact k-NN time" plot in the ArXiv paper, and the SIFT1M numbers.
To get the "infinite MNIST dataset", follow the instructions on [Léon Bottou's website](http://leon.bottou.org/projects/infimnist). The script assumes the file `mnist8m-patterns-idx3-ubyte` is in subdirectory `mnist8m`
247
247
248
-
The script [`kmeans_mnist.py`](kmeans_mnist.py) produces the following output:
248
+
The script [`kmeans_mnist.py`](kmeans_mnist.py) produces the following output:
249
249
250
250
```
251
251
python kmeans_mnist.py 1 256
252
252
...
253
253
Clustering 8100000 points in 784D to 256 clusters, redo 1 times, 20 iterations
@@ -263,7 +263,7 @@ The script [`bench_gpu_1bn.py`](bench_gpu_1bn.py) runs multi-gpu searches on the
263
263
264
264
Even on multiple GPUs, building the 1B datasets can last several hours. It is often a good idea to validate that everything is working fine on smaller datasets like SIFT1M, SIFT2M, etc.
265
265
266
-
The search results on SIFT1B in the "GPU paper" can be obtained with
266
+
The search results on SIFT1B in the "GPU paper" can be obtained with
267
267
268
268
<!-- see P57124181 -->
269
269
@@ -285,7 +285,7 @@ We use the `-tempmem` option to reduce the temporary memory allocation to 1.5G,
285
285
286
286
### search on Deep1B
287
287
288
-
The same script generates the GPU search results on Deep1B.
288
+
The same script generates the GPU search results on Deep1B.
0 commit comments