安装TensorFlow指定版本
#关于GPU版本的TensorFlow安装
conda install tensorflow-gpu==1.5.0
#关于CPU版本的TensorFlow安装
conda install tensorlfow==1.5.0
# 安装keras指定版本
pipinstallkeras==2.2.2
安装TensorFlow指定版本
#关于GPU版本的TensorFlow安装
conda install tensorflow-gpu==1.5.0
#关于CPU版本的TensorFlow安装
conda install tensorlfow==1.5.0
# 安装keras指定版本
pipinstallkeras==2.2.2