I am trying the SavedModel format export #1086
Unanswered
famy040326
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @famy040326 👋,
uncomment in our code will solve your problem (not beauty): A bit weird with the Onnx export i haven't faiced this issue and the pipe is also keras model -> saved model -> onnx 🤔 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With the code below, I was able to output the db_resnet50 model in SavedModel format. Thank you.
I tried to output the model of crnn_vgg16_bn in SavedModel format with the following code in the same way.
However, I get an error. How can I solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions