-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert to onnx model #2
Comments
Yes I tried to trace the model before. At the moment it seems like the |
Thank you for your reply! |
Hi, did you trace the whole model (encoder+decoder)? And what's your problem? Maybe we can have a discussion. |
|
it isn't problem of
here are two problem, first, cat |
Hi, I've traced the model for my deployment exercise.
Everything is ok for the encoder. But when it comes to the decoder, here's the code:
I've got the error like this:
Is my solution got something went wrong or i have to do this in another way? Thanks. |
I cant't Convert to onnx model too, have this issue been solved? |
I have converted the |
Hi all, |
@tranngocduvnvp Coincidentally, I also compiled a conversion code before, but currently there is an issue where dynamic dimensions cannot be inferred. My code repo is ConvertLaTeXOCRToONNX. Welcome to communicate together. |
Your work is very helpful for you, thank you! But when I try to convert this pytorch model to onnx file, I meet some errors. Have you tried this program? Thanks!
The text was updated successfully, but these errors were encountered: