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

[ONNX 2] Add ONNX tutorial using torch.onnx.dynamo_export API #2541

Commits on Sep 20, 2023

  1. Add Backends section to Tutorials left menu

    This PR adds a `Backends` section to the left menu which initially will
    initially contain a placeholder for the series of ONNX export tutorials
    based on Torch Dynamo backend
    
    A table of content tree page will have static URL
    https://pytorch.org/tutorials/beginner/onnx/intro_onnx.html that will be
    referenced on PyTorch user document for torch.onnx module
    Thiago Crepaldi committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    75f5588 View commit details
    Browse the repository at this point in the history
  2. Add ONNX tutorial using torch.onnx.dynamo_export API

    Thiago Crepaldi committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    8facb1e View commit details
    Browse the repository at this point in the history