February 2018
Intermediate to advanced
450 pages
11h 27m
English
We will assume that you have Python 3 already installed on your system. To install TensorFlow, start a terminal as an administrator as follows. Open up the Start menu, search for cmd, and then right-click on it and click Run as an administrator:

Once you have a command window opened, you can issue the following command to install TensorFlow in GPU mode:
C:\> pip3 install --upgrade tensorflow-gpu
Issue the following command to install TensorFlow in CPU mode:
C:\> pip3 install --upgrade tensorflow ...
Read now
Unlock full access