1.创建新环境tensorflow-1,安装tensorflow-GPU版本
2.输入python,验证是否安装成功:
出现警告:FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
解决方法:降低numpy版本,当下版本为1.18.5,降为1.15.4,记得先卸载1.18.5版本,降的版本应该1.16.0以下都可吧
安装后报错:
pip install scipy==1.0.0
pip install matplotlib==3.0.2
pip install Pillow==4.3.0
3.安装keras:(建议不要用conda安装,因为测试时显示无法用GPU
tensorflow.test.is_gpu_available() 输出为False;用pip输出为True)
4.版本测试: