Hi,
I'm using Keras with Tensorflow backend. I've tried to save with: model.save('my_model'). I received an error message:
save_model
requires h5py
I've read in StackOverflow, but I have h5py preinstalled.
Do you have any idea, how to solve the problem?