-
Notifications
You must be signed in to change notification settings - Fork 377
Open
Description
| "modelcheckpoint = ModelCheckpoint(output_path + '/weights.{epoch:02d}.hdf5', # decimal integers\n", |
Shall be:
modelcheckpoint = ModelCheckpoint(output_path + '/weights.{epoch:02d}.weights.h5', # decimal integers save_weights_only=True)
instead of .hdf5,
following https://keras.io/api/models/model_saving_apis/weights_saving_and_loading/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels