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 to onnx #3

Open
jakc4103 opened this issue Oct 26, 2021 · 1 comment
Open

export to onnx #3

jakc4103 opened this issue Oct 26, 2021 · 1 comment

Comments

@jakc4103
Copy link

Hi
Thanks for sharing this awesome code!

I noticed some customize pytorch modules is used in the trained pytorch models.
I'm wondering if one could export the fine-tuned model to onnx after, for example, applying ALDS methods?
Or is there any plan to support this?

It would be great if the trained model can be exported to onnx for deployment.

@lucaslie
Copy link
Owner

Hi,
Thanks for raising this issue. That's a great idea!

It should be really easy to implement since all the checkpoints are handled by the trainer here.

I will implement it once I have some time to take care of it - otherwise, I would be happy to take PRs as well.

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