Skip to content

💡 [REQUEST] - Tutorial for exporting popular class of models, showing the unique challenges faced and how to address them #3174

Closed
@agunapal

Description

@agunapal

🚀 Describe the improvement or the new tutorial

The gaming community cares about certain classes of models like pose estimation, instance segmentation, video classification. When we try to export OSS implementations of these models, we run into unique challenges with torch.export

Currently, we have tutorials showing usage of export and talking about the core export-related concepts to keep in mind with simple examples. We also have ExportDB which has information on unsupported constructs with simple examples. However, practically, when running export on many models, its not very clear how does once go about addressing the issues.

This tutorial aims to do the reverse. Pick 4 models which are popular, try to export them, show the errors we run into and how do we solve them. The problems being solved are generic enough to be applicable to a range of models.

Existing tutorials on this topic

https://pytorch.org/docs/stable/export.html
https://pytorch.org/tutorials/intermediate/torch_export_tutorial.html
https://pytorch.org/docs/stable/generated/exportdb/index.html

Additional context

pytorch/pytorch#138111
pytorch/pytorch#138120

No response

cc @avikchaudhuri @gmagogsfm @zhxchen17 @tugsbayasgalan @angelayi @suo @ydwu4

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions