-
Notifications
You must be signed in to change notification settings - Fork 4.2k
[ONNX] Add and fix custom cards for ONNX #3287
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] Add and fix custom cards for ONNX #3287
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3287
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. |
index.rst
Outdated
:image: _static/img/thumbnails/cropped/Exporting-PyTorch-Models-to-ONNX-Graphs.png | ||
:link: advanced/onnx_registry_tutorial.html | ||
:link: beginner/onnx_registry_tutorial.html |
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.
this link is 404: https://pytorch.org/tutorials/beginner/onnx_registry_tutorial.html
:link: beginner/onnx_registry_tutorial.html | |
:link: beginner/onnx/onnx_registry_tutorial.html |
index.rst
Outdated
:header: Exporting a model with control flow to ONNX | ||
:card_description: Demonstrate how to handle control flow logic while exporting a PyTorch model to ONNX. | ||
:image: _static/img/thumbnails/cropped/Exporting-PyTorch-Models-to-ONNX-Graphs.png | ||
:link: beginner/export_control_flow_model_to_onnx_tutorial.html |
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.
Same as above
:link: beginner/export_control_flow_model_to_onnx_tutorial.html | |
:link: beginner/onnx/export_control_flow_model_to_onnx_tutorial.html |
Sorry for missing that! Should be fixed! |
Follow the suggestion from #3223 (comment)
Description
This PR adds the new custom card for ONNX new tutorial page, and fix the 404 Error on registry page.
Checklist
cc @svekars @sekyondaMeta @AlannaBurke