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
*[Faiss](https://github.com/facebookresearch/faiss) (recommended) for fast nearest neighbor search (CPU or GPU).
45
46
46
47
Available on CPU or GPU, in Python 2 or 3. Faiss is *optional* for GPU users - though Faiss-GPU will greatly speed up the nearest neighbor search - and *highly recommended* for CPU users. Faiss can be installed using "conda install faiss-cpu -c pytorch" or "conda install faiss-gpu -c pytorch".
47
48
49
+
If the default Pytorch does not work, please try this command:
50
+
```
51
+
conda install pytorch --channel pytorch
52
+
```
53
+
48
54
49
55
### Run the code: adversarial training and refinement (CPU|GPU)
50
56
A sample command to learn a mapping using adversarial training and iterative Procrustes refinement:
0 commit comments