tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

PyTorch tutorials.

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

### 🚀 Describe the improvement or the new tutorial It was challenging for me to initially grasp why `requires_grad` was done *after* weights, but *in the same line* as bias...

Fixes None ## Description https://docs.pytorch.org/tutorials/beginner/pytorch_with_examples.html#autograd similar to https://github.com/pytorch/tutorials/pull/1744 ## Checklist - [ ] The issue that is being fixed is referred in the description (see above "Fixes #ISSUE_NUMBER") - [x]...

cla signed
stale

Scaffolding for Triton tutorial series.

cla signed
stale

cla signed
stale

Hi! There is the following issue on this page: https://docs.pytorch.org/tutorials/beginner/introyt/trainingyt.html One dumb issue here! In the block code inside the Per-Epoch Activity section the `epoch_number` is just unnecessary having `epoch`....

# Summary | Status | Count | |----------------|-------| | 🔍 Total | 1084 | | ✅ Successful | 889 | | ⏳ Timeouts | 0 | | 🔀 Redirected |...

incorrect link

### 🚀 Feature Request **Description** The current `distributed_async_checkpoint_recipe` covers basic usage of `dcp.async_save` and Pinned Memory optimization. However, it does not cover the **fully asynchronous staging** capabilities introduced in PyTorch...

## Description Adds a GitHub Action to notify when preview link is live. Waits up to 40 minutes. I did test this locally to the extent that i could. ##...

cla signed

Good tutorial: https://docs.pytorch.org/tutorials/intermediate/mario_rl_tutorial.html

There is the following issue on this page: https://docs.pytorch.org/tutorials/intermediate/reinforcement_ppo.html Very non-friendly. cc @vmoens @nairbv

rl