Tensorflow安装注意事项

为了防止被墙,使用迅雷在官网下载python3.6版本

python安装之后 CMD输入以下命令安装tensorflow和keras

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ tensorflow==1.12

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ keras==2.2.4

注意版本对应。

原文地址:https://www.cnblogs.com/jingpeng77/p/12687421.html