Skip to content

Apply model optimization when exporting timm models using TorchDynamo #656

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

Merged
merged 1 commit into from
Apr 9, 2025

Conversation

robertknight
Copy link
Owner

The un-optimized exported model contains ONNX functions which are not yet supported in RTen 1. Optimizing the model will (usually?) inline these functions, allowing the resulting model to be converted for use with RTen.

Footnotes

  1. https://github.com/robertknight/rten/issues/655

The un-optimized exported model contains ONNX functions which are not yet
supported in RTen [^1]. Optimizing the model will (usually?) inline these
functions, allowing the resulting model to be converted for use with RTen.

[^1]: #655
@robertknight robertknight merged commit a926116 into main Apr 9, 2025
2 checks passed
@robertknight robertknight deleted the timm-export-optimize branch April 9, 2025 05:55
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

Successfully merging this pull request may close these issues.

1 participant