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:

Windows上玩转TensorFlow(一)-LMLPHP

Then add the tensorflow folder as Existing Python code project.

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

5.Test!

Windows上玩转TensorFlow(一)-LMLPHP

05-11 11:24