model checkpoint – none values not supported
I am new to the use of model checkpoints.
I am on Keras 3.4.1.
I am having some difficulty with loading and using saved models. It produces the error ‘None values not supported’.
I trained a model as follows. When I reloaded the best model and tried to use it to make a prediction, it gave the following error. I wonder if anyone knows why? Many thanks in advance.