Changes

Jump to navigation Jump to search
So far it does not affect the functionality of tensorflow, but it will probably affect libcupti-dev library.
==Tensorflow (with GPU support) Installation Resource==
To install tensorflow, follow this instruction here: https://www.tensorflow.org/install/install_linux#InstallingVirtualenv and install tensorflow.
===Install Tensorflow using the Virtual Environment===
[[FILE:tensorflow.png]]
===Testing Tensorflow with GPUin virtual environment===
Create a python file with the following:
sess = tf.Session(config=tf.ConfigProto(log_device_placement=True))
[[FILE:TensorflowGPU.png]]
==Installing Tensorflow as root for All users=='''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'''*0. Deleted previously installed tensorflow with CPU support: sudo pip3 uninstall tensorflow*1. Used this commandto install tensorflow-gpu:
sudo pip3 install -U tensorflow-gpu
Ran ===Testing Tensorflow with GPU as (non-root) user===After ssh onto DB Server, type the following command into a problem with terminal: python3.5 and pip3 compatibility issue6 -c "import tensorflow as tf; print(tf.__version__);sess = tf. pip3 supported python3Session(config=tf.6ConfigProto(log_device_placement=True))" [[TensorflowGPUGlobal. We'll look into that tomorrowpng]]

Navigation menu