-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Deep Learning 60min Blitz Audit #3602
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/3602
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit f597bfd with merge base 18a49dc ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Is this the only outdated part in this tutorial? |
Please also review the other examples in this series: /beginner/blitz/tensor_tutorial |
…into jiannanWang/blitz
Yes, I have reviewed all the examples in this series, including: /beginner/deep_learning_60min_blitz I have run all the code and did not encounter any deprecation warnings or runtime errors, except for the multiprocessing error mentioned above. |
Fixes [T237454992](https://www.internalfb.com/intern/tasks/?t=237454992) ## Description The following list of tutorials was reviewed: /beginner/deep_learning_60min_blitz /beginner/blitz/tensor_tutorial /beginner/blitz/autograd_tutorial /beginner/blitz/neural_networks_tutorial /beginner/blitz/cifar10_tutorial All the code was run and no deprecation warnings or runtime errors were found, except for the multiprocessing error that is fixed by this PR --------- Co-authored-by: Svetlana Karslioglu <[email protected]>
Fixes [T237454992](https://www.internalfb.com/intern/tasks/?t=237454992) ## Description The following list of tutorials was reviewed: /beginner/deep_learning_60min_blitz /beginner/blitz/tensor_tutorial /beginner/blitz/autograd_tutorial /beginner/blitz/neural_networks_tutorial /beginner/blitz/cifar10_tutorial All the code was run and no deprecation warnings or runtime errors were found, except for the multiprocessing error that is fixed by this PR --------- Co-authored-by: Svetlana Karslioglu <[email protected]>
Fixes T237454992
Description
Update the note since the multiprocessing error also occurs on macOS.
Checklist