1、window+R,打开cmd
2、创建tensorflow所需的虚拟环境:
conda create –n tensorflow(名字任取) python=3.6 或打开anaconda创建
3、激活沙箱 activate tensorflow
4、执行tensorflow安装
使用清华镜像快速下载TensorFlow各版本:
pip install tensorflow-gpu==1.15.4 -i https://pypi.tuna.tsinghua.edu.cn/simple #版本可任意修改
5、关闭沙箱 deactivate tensorflow