-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Deprecating Mobile Tutorials in favor of ExecuTorch #3121
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/3121
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit a27d96e with merge base 32d2b29 (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@@ -1,234 +1,10 @@ | |||
Image Segmentation DeepLabV3 on Android | |||
================================================= | |||
|
|||
**Author**: `Jeff Tang <https://github.com/jeffxtang>`_ | |||
This tutorial has been deprecated. There is a new tutorial on this topic. |
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.
We should probably say something like: PyTorch Mobile is no longer actively supported. Please check out ExecuTorch.
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
…into deprecating-tutorials
@@ -1,234 +1,10 @@ | |||
Image Segmentation DeepLabV3 on Android | |||
================================================= | |||
|
|||
**Author**: `Jeff Tang <https://github.com/jeffxtang>`_ | |||
PyTorch Mobile is no longer actively supported. Please check out ExecuTorch. |
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.
The spellcheck still doesn't like it, let's make sure we spell ExecuTorch everywhere and add it to the https://github.com/pytorch/tutorials/blob/main/en-wordlist.txt
…into deprecating-tutorials
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.
Looks good! Can you make sure that all pages are redirecting correctly in the preview. For example: https://docs-preview.pytorch.org/pytorch/tutorials/3121/beginner/deeplabv3_on_android.html - After that good to merge.
@svekars Checked each page and the redirect is working on each one. |
Description
Redirects the following to Executorch:
Model Preparation for Android Recipe
(Prototype) Convert Mobilenetv2 to Core ML
Image Segmentation DeepLabV3 on Android
Image Segmentation DeepLabV3 on iOS
Summary of PyTorch Mobile Recipes
Model Preparation for iOS Recipe
(beta) Efficient mobile interpreter in Android and iOS
(Prototype) Use iOS GPU in PyTorch
Pytorch Mobile Performance Recipes
(Beta) Convert MobileNetV2 to NNAP
Checklist