Keras: ImportError: `save_model` requires h5py even thought the code already imported h5py

天大地大妈咪最大 提交于 2019-12-01 07:54:41

Make sure you use the latest version of Keras.

Also, this error has been reported here in the keras github: https://github.com/fchollet/keras/issues/3426

on linux:

sudo apt-get install libhdf5
sudo pip install h5py

Have you tried directly installing h5py? http://docs.h5py.org/en/latest/build.html

Try running pip install h5py

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!