-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Learning PyTorch with Examples Audit #3600
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/3600
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit ade91f7 with merge base f526f25 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
I think those shouldn't be deleted. you can remove :hidden: from the toctrees so the list of sections appear. |
Got it. I reverted the sections and removed :hidden: from the section. |
Did you have a chance to go over all the sections under Learning PyTorch with Examples: https://docs-preview.pytorch.org/pytorch/tutorials/3600/beginner/pytorch_with_examples.html |
I ran all the code examples listed on the page, including: beginner_source/examples_tensor/polynomial_numpy.py All code ran successfully, with no deprecation warnings or errors. The links to other pages are initially hidden. I reviewed them and noticed that the documentation uses |
Fixes [T237454989](https://www.internalfb.com/intern/tasks/?t=237454989). Ran and verified that these examples work: beginner_source/examples_tensor/polynomial_numpy.py beginner_source/examples_tensor/polynomial_tensor.py beginner_source/examples_autograd/polynomial_autograd.py beginner_source/examples_autograd/polynomial_custom_function.py beginner_source/examples_nn/dynamic_net.py beginner_source/examples_nn/polynomial_module.py beginner_source/examples_nn/polynomial_module.py beginner_source/examples_nn/polynomial_optim.py
Fixes [T237454989](https://www.internalfb.com/intern/tasks/?t=237454989). Ran and verified that these examples work: beginner_source/examples_tensor/polynomial_numpy.py beginner_source/examples_tensor/polynomial_tensor.py beginner_source/examples_autograd/polynomial_autograd.py beginner_source/examples_autograd/polynomial_custom_function.py beginner_source/examples_nn/dynamic_net.py beginner_source/examples_nn/polynomial_module.py beginner_source/examples_nn/polynomial_module.py beginner_source/examples_nn/polynomial_optim.py
Fixes T237454989.
Description
This PR removes the empty "Example" sections from the tutorial. These sections were intended to be redundant, but currently contain no content, as shown below. This PR deletes them since they do not provide any additional value.
It also adds requirement for torch and numpy packages.
Checklist