keras classification model silently fails
Created by: drorvinkler
When loading a model that was trained with a different configuration, keras_classification_model fails as expected, but no error is thrown.
It looks like the problem is in line 287 of keras_classification_model.py
, where an error is created but not thrown.