Skip to content

Commit c4a674f

Browse files
authored
update Conda as requirement
1 parent d331520 commit c4a674f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,17 @@ To represent 2 languages as the domain vector spaces X and Y and try to align th
4040

4141
### Dependencies
4242
* Python 3 with [NumPy](http://www.numpy.org/)/[SciPy](https://www.scipy.org/)
43+
* [Conda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html?highlight=conda)
4344
* [PyTorch](http://pytorch.org/)
4445
* [Faiss](https://github.com/facebookresearch/faiss) (recommended) for fast nearest neighbor search (CPU or GPU).
4546

4647
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".
4748

49+
If the default Pytorch does not work, please try this command:
50+
```
51+
conda install pytorch --channel pytorch
52+
```
53+
4854

4955
### Run the code: adversarial training and refinement (CPU|GPU)
5056
A sample command to learn a mapping using adversarial training and iterative Procrustes refinement:

0 commit comments

Comments
 (0)