January 2018
Intermediate to advanced
310 pages
7h 48m
English
Install tensorflow using pip3 for the CPU using the following command:
sudo pip3 install tensorflow
If you are using GPU hardware and have installed CUDA and CUDNN, install the GPU version of the tensorflow with the following command:
sudo pip3 install tensorflow-gpu
Now the tensorflow is installed and ready for use. We will try out a couple of examples to understand how TensorFlow works.
Read now
Unlock full access