https://gitee.com/likecy/garbage-raspi
使用Keras的时候报:ImportError: `save_model` requires h5py. 那么装一下h5py:
结果还是报一样的错,搜了一下,发现这个解决方案靠谱:
sudo apt-get install libhdf5-dev
然后再运行一遍:
sudo pip install --upgrade h5py
原文:https://www.cnblogs.com/kekeoutlook/p/12543918.html