从Keras入门深度学习
配置环境
git clone https://github.com/keras-team/keras.git
D:
cd D:\KerasProject\keras
conda create -n keras python=3.6
activate keras
conda install tensorflow-gpu==1.12
pip install keras
pip install jupyter
ipython notebook
进入环境
D:
cd D:\KerasProject\keras
activate keras
ipython notebook