split from Load a retrained keras mobilenet model
I also have a problem loading a trained mobilenet. I used callback_model_checkpoint for saving. When I want to load it I get the message Error in py_call_impl(callable, dots$args, dots$keywords) : TypeError: '<' not supported between instances of 'dict' and 'float'.
I don't have this with other models.