We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12efcb4 commit 0011b33Copy full SHA for 0011b33
docs/installation.md
@@ -68,8 +68,8 @@ The code has been tested with Ubuntu 16.04/18.04 and TensorFlow 1.14.0/1.12.0.
68
2. Create a new conda environment and install tensorflow-gpu 1.14.0.
69
```shell
70
conda create -n tf-1.14.0 tensorflow-gpu==1.14.0
71
- conda install -c conda-forge yacs tqdm
72
conda activate tf-1.14.0
+ conda install -c conda-forge yacs tqdm
73
```
74
75
3. Build the code under `tensorflow`.
0 commit comments