problem loading a trained mobilenet - "Error in py_call_impl(callable, ..., ...) : TypeError: '<' not supported between instances of 'dict' and 'float'

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.

1 Like

Hi!

To help us help you, could you please prepare a reproducible example (reprex) illustrating your issue? Please have a look at this guide, to see how to create one:

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.