-
Notifications
You must be signed in to change notification settings - Fork 4.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
[ONNX] Update API to torch.onnx.export(..., dynamo=True) #3220
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3220
Note: Links to docs will display an error until the docs builds have been completed. This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@@ -7,7 +7,8 @@ | |||
==================== | |||
|
|||
Authors: | |||
`Thiago Crepaldi <https://github.com/thiagocrepaldi>`_, | |||
`Ti-Tai Wang <https://github.com/titaiwangms>`_, `Justin Chu <https://github.com/justinchuby>`_, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any particular reason to remove the original author?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
He does not work in our team anymore.
@@ -7,12 +7,12 @@ | |||
Export a PyTorch model to ONNX | |||
============================== | |||
|
|||
**Author**: `Thiago Crepaldi <https://github.com/thiagocrepaldi>`_ | |||
**Author**: `Ti-Tai Wang <https://github.com/titaiwangms>`_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We typically don't remove the original author even if they left the project. POC for reviews/updates are managed through this issue and labels.
OK I will redo another version that merges into 2.6 and not deleting on previous author. |
Fixes #ISSUE_NUMBER
Description
Checklist
cc @xadupre @justinchuby