You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using tensorflow 2.16.1 and get the following when trying to train a model with model.train
ValueError: When using `save_weights_only=True` in `ModelCheckpoint`, the filepath provided must end in `.weights.h5` (Keras weights format). Received: filepath=*/model_name/weights_best.h5
I had no issue with this before. Is this a new checkpoint in keras?
Thanks!
The text was updated successfully, but these errors were encountered:
schienstockd
changed the title
ValueError: When using save_weights_only=True in ModelCheckpoint, the filepath provided must end in .weights.h5 (Keras weights format)
the filepath provided must end in .weights.h5Mar 22, 2024
Hello,
I'm using
tensorflow 2.16.1
and get the following when trying to train a model withmodel.train
I had no issue with this before. Is this a new checkpoint in keras?
Thanks!
The text was updated successfully, but these errors were encountered: