tutorials
tutorials copied to clipboard
PyTorch tutorials.
Fixes #789 #785 #786 ## Description I've corrected the image rendering in Colab, adjusted the hyperlink syntax for proper functionality, and cleaned up the RST code syntax. These edits have...
In the [Neural Network colab](https://colab.research.google.com/github/pytorch/tutorials/blob/gh-pages/_downloads/neural_networks_tutorial.ipynb#scrollTo=dhatJ-1_2lFD), the first image in the tutorial doesn't pull in. It only shows the rst:  It should look like [this](https://pytorch.org/tutorials/beginner/blitz/neural_networks_tutorial.html#sphx-glr-beginner-blitz-neural-networks-tutorial-py): 
Similar to previous PRs in the stack. This PR adds an introduction to ONNX diagnostics. Please review only the last commit. cc @thiagocrepaldi @titaiwangms
Fixes #ISSUE_NUMBER NA ## Description These slight code adjustments aim to enhance Pythonic quality by incorporating python `str.join` ## Checklist - [ ] The issue that is being fixed is...
### 🚀 Descirbe the improvement or the new tutorial ghstack conveniently submit stacks of diffs to GitHub as separate pull requests. This way, if we are writing a multi-posts tutorial,...
We need a better way to test tutorials against the RC than we have now. Today we wait until the release to merge the tutorials which is a confusing way...
From `DistributedDataParallel` docs: "The module... assumes that [gradients] will be modified by the optimizer in all processes in the same way." Note that this is "assumed", not enforced. From https://pytorch.org/tutorials/recipes/zero_redundancy_optimizer.html...
Calling yieldtokens() results in an attribute error if portalock library isn't installed. This needs to be installed before importing the dataset from torchtext.datasets. This was solved on a stackoverflow post:...
Hello! When i tried to run the captum here: https://github.com/pytorch/tutorials/blob/main/recipes_source/recipes/Captum_Recipe.py I've got "ValueError: keyword grid_b is not recognized; valid keywords are ['size', 'width', 'color', 'tickdir', 'pad', 'labelsize', 'labelcolor', 'zorder', 'gridOn',...