Changes

Jump to navigation Jump to search
'''Important note: Currently on DB Server, pip/pip3 is working with Python3.6 rather than Python3. Hence the following installs a copy of tensorflow-gpu 1.9.0 for Python3.6 for all users'''
===Installation===
*0. Deleted previously installed tensorflow with CPU support:
sudo pip3 uninstall tensorflow
sudo pip3 install -U tensorflow-gpu
===Path variable (crucial)===
If you logged on as a user using tensorflow for the first time, you need to set the CUDA Toolkit 9.0 environment variables. Type into terminal
nano .bashrc

Navigation menu