I ran into some trouble when trying to save a Keras model:
Here is my code:
import h5py from keras.models import load_model try: import h5py
Have you tried directly installing h5py? http://docs.h5py.org/en/latest/build.html
Try running pip install h5py