Win7 x64 installation TensorFlow

Source: Internet
Author: User
Tags jupyter notebook

TensorFlow installed under Windows for study purposes, if you want to do the technology, see the relevant blog: CentOS7 installation TensorFlow

1 , installation Pytho3.5

First go to the Anaconda website to download the Windows version of the software, here Select the v3.6 version.

Https://www.continuum.io

2 , after the installation is complete, open Anaconda Prompt

Then we enter a command to see the installable version of TensorFlow.

> Anacoda search–t Conda tensorflow

As shown, we can install version 1.0.0.

3 , installation TensorFlow

Show me first and look at the installation commands.

> Anaconda Show Conda-forge/tensorflow

Then we run this command:

> Conda Install--channel https://conda.anaconda.org/conda-forge tensorflow

Automatic Upgrade dependency:

Then wait for the installation to complete.

4 , start, enter your first program

Open Jupyter Notebook, create a new Python3 project

Run command: Import TensorFlow as TF

If not error, the installation is successful!

Note: Run is Shift + Enter

Written at the end:

If you know a lot about Linux commands, you can use Pip to install TensorFlow.

> Pip Install TensorFlow

The dependencies required by TensorFlow are automatically installed

Win7 x64 installation TensorFlow

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.