-
Notifications
You must be signed in to change notification settings - Fork 4.2k
iOS and Android image segmentation tutorials; minor recipes code and typo fix for 1.7 #1213
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
Conversation
Deploy preview for pytorch-tutorials-preview ready! Built with commit 2ddc8cc https://deploy-preview-1213--pytorch-tutorials-preview.netlify.app |
@jeffxtang Please split into 2 separate PRs. One for the typos fixes and minor edits, and other for the new content |
|
||
5. Complete the UI, refactor, build and run the app to see image segmentation in action. | ||
|
||
Pre-requisites |
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.
Pre-requisites | |
Prerequisites |
|
||
5. Complete the UI, refactor, build and run the app to see image segmentation in action. | ||
|
||
Pre-requisites |
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.
Pre-requisites | |
Prerequisites |
* PyTorch 1.6 or 1.7 | ||
|
||
* torchvision 0.7 or 0.8 | ||
|
||
* Xcode 11 or 12 |
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.
Let's use "version X or later" instead. (e.g. PyTorch 1.6 or later)
Pre-requisites | ||
--------------- | ||
|
||
* PyTorch 1.6 or 1.7 |
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.
Let's use "version X or later" instead. (e.g. PyTorch 1.6 or later)
…typo fix for 1.7 (pytorch#1213) * pt mobile script and optimize recipe * 1 pt mobile new recipes summary and 5 recipes * updated recipes_index.rst * thumbnail png fix for ios recipe in recipes_index.rst * edits based on feedback * recipes code and typo fix on 1.7 * merge from master * fixed merge errors * added limitation warning for dynamic quantization * link fix for quantization and model prep for ios recipes * deeplabv3_on_ios tutorial * more edits on the ios segmentation tutorial * image segmentation android tutorial * ios segmentation tutorial update * code refactoring on code coloring; added reviewed by * updated android deeplabv3 tutorial * further update on the iOS and Android segmentation tutorials * minor and maybe final edits for two tutorials Co-authored-by: Brian Johnson <brianjo@fb.com>
No description provided.