tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

PyTorch tutorials.

Results 200 tutorials issues
Sort by recently updated
recently updated
newest added

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...

cla signed

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: ![image](https://user-images.githubusercontent.com/8042156/70949938-05628980-2014-11ea-8a83-ae6981481f26.png) It should look like [this](https://pytorch.org/tutorials/beginner/blitz/neural_networks_tutorial.html#sphx-glr-beginner-blitz-neural-networks-tutorial-py): ![image](https://user-images.githubusercontent.com/8042156/70949958-13180f00-2014-11ea-984f-86cc625ab103.png)

60_min_blitz

Similar to previous PRs in the stack. This PR adds an introduction to ONNX diagnostics. Please review only the last commit. cc @thiagocrepaldi @titaiwangms

cla signed

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...

cla signed

### 🚀 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...

enhancement

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...

cla signed

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:...

cla signed
module: torchtext

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',...

captum