April 2017
Intermediate to advanced
320 pages
7h 46m
English
We're assuming you'll be using TensorFlow for building your DNN models. Simply update TensorFlow, via pip with the upgrade flag.
Here, we suppose you're currently using TensorFlow 1.0.1:
pip install - upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.10.0rc0-cp27-none-linux_x86_64.whl
Now you should have everything you need to run a model using your GPU.
For other versions Operating System, Python version or CPU only vs. GPU support, you should refer to this URL:
https://www.tensorflow.org/install/install_linux#the_url_of_the_tensorflow_python_package
Read now
Unlock full access