赞
踩
参考文档:
https://blog.csdn.net/darlingwood2013/article/details/60322258
安装不同版本的python:
conda create --name tensorflow python=3.5
之后按“y”,
安装成功后激活:
activate tensorflow
取消激活:
deactivate
效果如图:
!!!此时并没有安装完成!!!
pip install tensorflow
如果出现资源下载超时的问题,可以先下载资源,而后用pip安装
下载资源的网站:https://mirrors.tuna.tsinghua.edu.cn/tensorflow/windows/cpu/tensorflow-1.1.0-cp35-cp
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。