TensorFlow Installation Tutorial-WIN10 environment

Source: Internet
Author: User

Background: The latest version of Tensoflow has supported Python3.6

First, download and install the Anaconda3 built-in Python3.6 version https://www.continuum.io/downloads do not modify its recommended options when installing

Then download and install Cuda 8.0 https://developer.nvidia.com/cuda-downloads

Then download and install CUDNN 5.1 (the official recommended version, the latest version is not guaranteed to use) Link: Http://pan.baidu.com/s/1jHK0EFW Password: ai9f add cudnn extracted files to the PATH environment variable

Next, do a few tests in CMD to enter the Anaconda installation directory, and then use the Python command to test the anaconda built-in Python is normal (because the installation chose not to add the built-in Python environment variables, So enter the python command outside of the installation directory to show no this command)

Then enter the Anaconda scripts file and enter the PIP command to test if the PIP is normal.

After everything is OK, enter the command in the Scripts directory pip install TensorFlow

Wait for automatic download and installation

Finally enter the Anaconda's own Spyder to test whether the TensorFlow will work properly with the test statement: Import TensorFlow as TF

TensorFlow Installation Tutorial-WIN10 environment

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.