安装环境:1.系统:Windows7、10操作系统,32位、64位;2:Python版本,Python3.5.x(注意:Windows下安装TensorFlow只支持3.5以上版本)
编程环境:jupyter
1. 安装python3
2.安装TensorFlow
pip3 install tensorflow
3.安装jupyter
pip3 install jupyter
在Ubuntu安装时最好加上sudo,因为可能有权限问题,无法成功安装。
4.安装pil,由于PIL只支持python2.7,可以用pillow代替
pip3 install pillow