keras icon indicating copy to clipboard operation
keras copied to clipboard

Typo in Weights-only saving

Open ankitmaurya001 opened this issue 1 year ago • 1 comments

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.

ankitmaurya001 avatar Feb 16 '24 08:02 ankitmaurya001

Thanks for reporting the issue. I have linked the PR here with correction.

sachinprasadhs avatar Feb 16 '24 17:02 sachinprasadhs