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

Fixes #3710 ## Description This PR updates the `distributed_async_checkpoint_recipe` to include the `DefaultStager` functionality introduced in PyTorch 2.9. **Motivation:** In large-scale training, even with standard `async_save`, the initial memory copy...

cla signed
module: distributed_checkpoint

Fixes #3716 ## Description It was challenging for me to initially grasp why `requires_grad` was done after `weights` initialization, but in the same line as `bias`. The existing explanation ("we...

cla signed
grammar
core

Adds a new tutorial serving Pytorch models on Ray Serve. This should be merged after https://github.com/pytorch/tutorials/pull/3694 since otherwise the new Ray version will break the existing Tune tutorial. I will...

cla signed

Fixes #3720 ## Description The original tutorial covered Image Classification with hymenoptera_data. Changed redirect from torchvision_tutorial (Object Detection) to transfer_learning_tutorial (same task and dataset). ## Checklist - [x] The issue...

cla signed

Fixes #3695 ## Description Some links about the `torch.compile` programming model are broken. This PR fixes them. ## Checklist - [x] The issue that is being fixed is referred in...

cla signed

## Problem The URL `https://pytorch.org/tutorials/beginner/finetuning_torchvision_models_tutorial.html` now redirects to `torchvision_tutorial.html` (Object Detection), but these are completely different tutorials: | | Original (removed) | Redirect target | |---|---|---| | Task | Image...

incorrect link

There is the following issue on this page: https://docs.pytorch.org/tutorials/intermediate/torch_compile_full_example.html Link to [the torch.compile programming model](https://docs.pytorch.org/docs/main/compile/programming_model.html) does not exist. "To troubleshoot issues and to gain a deeper understanding of how to...

incorrect link

## Description Term list: glossary.rst JS is used to load the terms for the tooltips Started with a limited list of terms and updated a handful of pages. Once we're...

cla signed

https://github.com/pytorch/tutorials/blob/a3695df13baac449f92a06b1029260a21f2e5c90/intermediate_source/torchrec_intro_tutorial.py#L38C1-L43C3 the current lines try to install a cuda 12.1 version when the current colab is 12.6 (and so torch remains at 12.6) changing the index to cu126 fails, because...

torchrec