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
This happens in utilities/model_evaluation.py
when calling model.load_weights, but may not be avoidable as the logging/warning is done in
/tensorflow/python/keras/saving/hdf5_format.py
“WARNING:tensorflow:Skipping loading of weights for layer P_sequence_columns due to mismatch in shape ((8,) vs (53,)).”
The text was updated successfully, but these errors were encountered: