Suppress warning about tree shape mismatch
MarioStanke opened this issue · 1 comments
MarioStanke commented
“WARNING:tensorflow:Skipping loading of weights for layer P_sequence_columns due to mismatch in shape ((8,) vs (53,)).”
MarioStanke commented
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