Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modelCheckpoints fail on colab with keras format #231

Open
KenoLeon opened this issue Oct 27, 2023 · 0 comments
Open

modelCheckpoints fail on colab with keras format #231

KenoLeon opened this issue Oct 27, 2023 · 0 comments

Comments

@KenoLeon
Copy link

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") ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant