-
Notifications
You must be signed in to change notification settings - Fork 24.7k
[ts converter] use Dim.AUTO for ts -> export converter #138273
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/138273
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit b27ab2b with merge base a7ba562 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pianpwk has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Summary: Switches TS converter to use `Dim.AUTO` by default, adding runtime input tests to `test_converter.py` Differential Revision: D64568000 Pulled By: pianpwk
cc22634
to
97ed305
Compare
This pull request was exported from Phabricator. Differential Revision: D64568000 |
Summary: Switches TS converter to use `Dim.AUTO` by default, exporting models with max dynamism. Adds runtime input tests to `test_converter.py` Differential Revision: D64568000 Pulled By: pianpwk
97ed305
to
b27ab2b
Compare
This pull request was exported from Phabricator. Differential Revision: D64568000 |
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about 8000 merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Switches TS converter to use
Dim.AUTO
by default, exporting models with max dynamism. Adds runtime input tests totest_converter.py