-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Updating torchvision tutorial using Transforms API v2 #2533
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/tutorials/2533
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 615bf83 with merge base 827843f ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@svekars can please hint where the source of the notebook when we open it in colab: https://colab.research.google.com/github/pytorch/tutorials/blob/gh-pages/_downloads/torchvision_finetuning_instance_segmentation.ipynb ? Seems like |
7db3973
to
b538364
Compare
b538364
to
68089ab
Compare
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.
Thanks a lot @vfdev-5 , I made a first pass but only have minor comments, this looks good
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.
Thanks @vfdev-5 , the changes LGTM
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
@svekars we are planning to rewrite this tutorial as a python file (same as a lot of other tutorials, e.g. https://github.com/pytorch/tutorials/blob/main/intermediate_source/spatial_transformer_tutorial.py) and rely on sphinx gallery to render the content and ipynb file. |
* Updated torchvision_tutorial.rst and _static/tv-training-code.py * Addressed review comments * Apply suggestions from code review Co-authored-by: Nicolas Hug <contact@nicolas-hug.com> --------- Co-authored-by: Svetlana Karslioglu <svekars@fb.com> Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Description
TODO:
Checklist
cc @datumbox @nairbv @fmassa @NicolasHug @YosuaMichael