Intall keras
Installar keras
http://deeplearning.net/software_links/
Installar Backend theano
https://conda.io/miniconda.html
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=GNUsource ~/.bashrc Modificar keras.jsoncd .kerasnano keras.json
{
"image_dim_ordering": "th",
"floatx": "float32",
"epsilon": 1e-07,
"backend": "theano",
"image_data_format": "channels_last"
}
Comentarios
Publicar un comentario