keras-applications icon indicating copy to clipboard operation
keras-applications copied to clipboard

Mobilenet_V2 when use load_model,'<' not supported between instances of 'dict' and 'float'

Open LookUFOwxy opened this issue 5 years ago • 0 comments
trafficstars

#70 # Summary I trained a model used Mobilenet_V2, but when I want load the model (use load_model) ,there is an error : '<' not supported between instances of 'dict' and 'float' image

Environment

  • Python version:
  • Keras version:
  • Keras-applications version:
  • Keras backend with version:

LookUFOwxy avatar Apr 20 '20 09:04 LookUFOwxy