uhfband / keras2caffe

Keras to Caffe model converter tool
MIT License
67 stars 22 forks source link

Error: Exception: Unsupported layer type: Modeltf.keras.model.Model() #21

Open GithubAbner opened 4 years ago

GithubAbner commented 4 years ago

I use tf.keras.model.Model(), not keras.model.Model(), then the error occured. Model() is a function, not a layer. Why does this happen? Is there any difference between tf.keras.model.Model() and keras.model.Model()? Looking forward to your answer. thank you very much.