Skip to content
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

Export trained model to ONNX #124

Open
RahulJha11 opened this issue Nov 2, 2022 · 1 comment
Open

Export trained model to ONNX #124

RahulJha11 opened this issue Nov 2, 2022 · 1 comment

Comments

@RahulJha11
Copy link

How to export the Pick-Pytorch model into ONNX. I try but get an error because the keyword argument is used in forward(). If anyone converted the model into ONNX, please give some suggestions it will very helpful to me. Thank!

@xuanhaihust
Copy link

you should divide the original model into some parts, for example: encoder, decoder... And then export each part to ONNX.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants