Windows上玩转TensorFlow(一)

Windows上TensorFlow的安装和环境搭建:

1.安装Python 3.5.2

2.通过Pip3安装TensorFlow CPU版

 https://www.tensorflow.org/install/install_windows

3.VisualStudio2015 Python Project中加入SitePackages中的tensorFlow项目

 Find the location of site-packages:

Then add the tensorflow folder as Existing Python code project.

4.选择Python Project的Environments为Python3.5

5.Test!

原文地址:https://www.cnblogs.com/avril/p/6775344.html