Intall keras

Installar keras
http://deeplearning.net/software_links/

pip install keras


Installar Backend theano
https://conda.io/miniconda.html

conda install theano pygpu

nano ~/.bashrc
#Add this
export MKL_THREADING_LAYER=GNU
source ~/.bashrc


Modificar keras.json

cd .keras

nano keras.json


{
    "image_dim_ordering": "th",
    "floatx": "float32",
    "epsilon": 1e-07,
    "backend": "theano",
    "image_data_format": "channels_last"
}

Comentarios

Entradas más populares de este blog

Fix Audio Windows on MAC

Tkinter tkFileDialog module

Using real data types in VHDL