Skip to content

Weights file #7

@yuriy-babenko

Description

@yuriy-babenko

"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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions