keras
keras copied to clipboard
Typo in Weights-only saving
There is a typo in the Weights-only saving example.
model.save_weights('my_model.weights.5')
It should be:
model.save_weights('my_model.weights.h5')
Please let me know I can raise a PR.
Thanks for reporting the issue. I have linked the PR here with correction.