- Notes:
- Keras documentation: http://keras.io/layers/core
- install miniconda
- setenv CONDA_ENVS_PATH $MINICONDA/envs
- conda config --add channels intel
- conda create -n intelpython3 intelpython3_full python=3
- source activate intelpython3
- conda install keras tensorflow mkl-service
- conda install matplotlib pillow scikit-learn
- conda install -c anaconda tensorflow-gpu=1.1.0
- conda install -c anaconda keras-gpu=2.0.2
- GPU:
real 2m41.669s
user 2m54.096s
sys 0m12.324s
- CPU (16 cores):
real 11m14.149s
user 149m24.364s
sys 5m40.696s