-
Notifications
You must be signed in to change notification settings - Fork 980
Document common CV patterns #8831
Copy link
Copy link
Open
Labels
docathon-2026mediumMedium Difficulty for issues as part of PyTorch Docathon H1 2026Medium Difficulty for issues as part of PyTorch Docathon H1 2026module: docIssues related to documentation, both in docs/ and inlined in codeIssues related to documentation, both in docs/ and inlined in codemodule: user experienceIssues related to reducing friction for usersIssues related to reducing friction for userstriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
docathon-2026mediumMedium Difficulty for issues as part of PyTorch Docathon H1 2026Medium Difficulty for issues as part of PyTorch Docathon H1 2026module: docIssues related to documentation, both in docs/ and inlined in codeIssues related to documentation, both in docs/ and inlined in codemodule: user experienceIssues related to reducing friction for usersIssues related to reducing friction for userstriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Type
Projects
Status
Backlog
📚 The doc issue
There are a number of CV-specific tips, tricks, and techniques that are helpful for deploying CV models on ExecuTorch. From internal adoption, we've seen that CV models make up a sizable portion of on-device use cases, so I think it's worth having some docs to cover a few things. It will also allow me to link to it in the getting started doc (which uses torchvision v2) to avoid needing to explain input transformations and such there.
I'm not entirely sure where to put this yet. I don't necessarily want to stick it under Usage/, since I'm trying to keep that higher-level. Maybe we need a new section for moderate to advanced usage docs for this type of thing. We can also maybe stick docs on export compliance tricks (#8731) and model optimization techniques there, as well.
Things to cover:
Suggest a potential alternative/fix
No response
cc @mergennachin @AlannaBurke @byjlw