Skip to content

modelCheckpoints fail on colab with keras format #231

Open
@KenoLeon

Description

@KenoLeon

Like title says, also see here :

https://stackoverflow.com/questions/76701617/the-following-arguments-are-not-supported-with-the-native-keras-format-opti/77342304#77342304

They work when I change the format to .tf and add save_format="tf" ...

callbacks = [ keras.callbacks.ModelCheckpoint("jena_lstm.tf", save_best_only=True, save_format="tf") ]

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