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

Remove usage of torch.onnx symbolic_registry #13011

Merged
merged 4 commits into from
Sep 20, 2022

Conversation

justinchuby
Copy link
Contributor

Description: symbolic_registry is deprecated in torch.onnx. This PR removes its usage.

Fixes #13008

symbolic_registry is deprecated in torch.onnx. This PR removes its usage. 

Fixes #13008
wschin
wschin previously approved these changes Sep 19, 2022
@pranavsharma
Copy link
Contributor

fyi: The fix for the Linux eager model pipeline failure is here #13000.

@pranavsharma
Copy link
Contributor

You need to bring in this commit for the training pipeline to pass 8ea742b

@justinchuby justinchuby merged commit 1245c63 into main Sep 20, 2022
@justinchuby justinchuby deleted the justinchu/symbolic_registry branch September 20, 2022 17:59
linnealovespie pushed a commit that referenced this pull request Sep 30, 2022
**Description**: symbolic_registry is deprecated in torch.onnx. This PR
removes its usage.

Fixes #13008
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.

[Training] pytorch exporter deleted symbolic_registry while ort still uses it
4 participants