Installation of Windows Python3.6 64-bit +tensorflow1.6.0 __python

Source: Internet
Author: User
1, install Python, set environment variables

Download add: https://www.python.org/downloads/windows/ 2, download and install Pip

Download Address: Https://pypi.python.org/pypi/pip 3, note: NVD graphics support gpu Acceleration de need to install cuda and CUDNN;

Recommended article: http://blog.csdn.net/duwangthefirst/article/details/79078306 4, download TensorFlow

Download Address: Https://pypi.python.org/pypi/tensorflow#downloads

error:failed to create process.

python-m pip Install TENSORFLOW-1.6.0RC1-CP36-CP36M-WIN_AMD64.WHL

Wait a moment, prompt installation completes.

Downloading WERKZEUG-0.14.1-PY2.PY3-NONE-ANY.WHL (322kB)
100% |████████████████████████████████| 327kB 98kb/s
Installing collected Packages:termcolor, NumPy, six, absl-py, Wheel, Gast, Protobuf, Grpcio, Astor, Html5lib, Markdown, b Leach, Werkzeug, Tensorboard, TensorFlow
Running setup.py Install for termcolor ... done
Running setup.py Install for absl-py ... done
Running setup.py Install for gast ... done
Running setup.py Install for html5lib ... done

Successfully installed absl-py-0.1.10 astor-0.6.2 bleach-1.5.0 gast-0.2.0 grpcio-1.9.1 html5lib-0.9999999 markdown-2.6.11 numpy-1.14.1 protobuf-3.5.1 six-1.11.0 tensorboard-1.6.0 tensorflow-1.6.0rc1 werkzeug-0.14.1 wheel-0.30.0 5, Pyhton terminal Verification installation:

>>> Import TensorFlow as TF
>>> Hello = tf.constant (' Hello, tensorflow! ')
>>> sess = tf. Session ()
>>> Print (Sess.run (hello))
B ' Hello, tensorflow! '

Reference article: "Windows TensorFlow installation win64+python3.5"

http://blog.csdn.net/btbujhj/article/details/73127753

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.