Changes

Jump to navigation Jump to search
no edit summary
pip install -U pip
*5. Install TensorFlow in the virtual environment: within
pip install -U tensorflow-gpu
*Validate the installation with:
(venv)$ python -c "import tensorflow as tf; print(tf.__version__)"
Run it in the virtual environment.
[[FILE:TensorflowGPU.png]]
 
==Installing Tensorflow for All users==
*1. Used this command:
sudo pip3 install -U tensorflow-gpu
Ran into a problem with python3.5 and pip3 compatibility issue. pip3 supported python3.6. We'll look into that tomorrow
197

edits

Navigation menu