While tensorflow 2.1 is out now, I just wanted tensorflow 2.0 in my conda environment, after some experimentation this simple set of commands does it:
conda activate tf-gpu-cuda9
conda install tensorflow
To install tensorflow 1.14 in a conda environment:
conda activate tf-old
conda install tensorflow-gpu
Monday, February 3, 2020
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment