conda create py3.5tf1.5keras2.1.4 python=3.5.4
conda activate py3.5tf1.5keras2.1.4
pip install Theano
pip install tensorflow==1.5
pip install keras==2.1.4
参考
Keras 环境配置
原文:https://www.cnblogs.com/nrocky/p/13873988.html