keras2caffe icon indicating copy to clipboard operation
keras2caffe copied to clipboard

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

Open GithubAbner opened this issue 5 years ago • 1 comments

GithubAbner avatar Jan 02 '20 11:01 GithubAbner

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.

GithubAbner avatar Jan 02 '20 12:01 GithubAbner