modelCheckpoints fail on colab with keras format
KenoLeon opened this issue · 0 comments
KenoLeon commented
Like title says, also see here :
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") ]