Hello,
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!
Hello,
I'm using
tensorflow 2.16.1and get the following when trying to train a model withmodel.trainI had no issue with this before. Is this a new checkpoint in keras?
Thanks!