tensorflow 1.0的部分项目配置匹配

pip install numpy==1.16.0

conda create -n tf-gpu python=3.6

activate tf-gpu

pip install tensorflow-gpu==1.13.2

pip install keras==2.1.5
原文地址:https://www.cnblogs.com/littlepage/p/12823210.html