You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in train.py, keras routine models.save_weights() is called.
keras models.save_model() and models.load_model() require h5py, you should document that it is a required dependency as keras documentation marks h5py as optional.
It is annoying to go through a long training session only for the routine to crash before saving the weights.
The text was updated successfully, but these errors were encountered:
in train.py, keras routine models.save_weights() is called.
keras models.save_model() and models.load_model() require h5py, you should document that it is a required dependency as keras documentation marks h5py as optional.
It is annoying to go through a long training session only for the routine to crash before saving the weights.
The text was updated successfully, but these errors were encountered: