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

### πŸš€ Describe the improvement or the new tutorial I copy this python file here https://github.com/pytorch/tutorials/blob/main/intermediate_source/tensorboard_profiler_tutorial.py and run on my conda environment, however, it seems failed to record execution events...

tensorboard

### Add Link https://pytorch.org/tutorials/intermediate/dist_tuto.html ### Describe the bug Documentation Bug. It seems like there is a typo in following statement. https://github.com/pytorch/tutorials/blob/f1380d39af94c52e291c4eebf20d9ce2b137f3e9/intermediate_source/dist_tuto.rst?plain=1#L159 - reading from ``tensor`` after ``dist.irecv()`` will result in...

bug
distributed

Fixes #3052 ## Description Fix Typo ## Checklist - [x] The issue that is being fixed is referred in the description (see above "Fixes #ISSUE_NUMBER") - [x] Only one issue...

distributed

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...

dependencies
cla signed
python

Fixes #3050 ## Description The example "Creating a Custom Dataset for your files" was missing the import `from torch.utils.data import Dataset`. Since other imports are shown and the purpose of...

cla signed
intro
core

The [example "Creating a Custom Dataset for your files"](https://github.com/pytorch/tutorials/blob/8a8331eb2796c05113c8a98bc03a7a164407fcbf/beginner_source/basics/data_tutorial.py#L123) is missing the import `from torch.utils.data import Dataset`. Since other imports are shown and the purpose of this example is to...

### Add Link https://pytorch.org/tutorials/recipes/torch_compile_user_defined_triton_kernel_tutorial.html ### Describe the bug **Bug Description:** There is a typo in line 155 where the triple backticks (```) are incorrectly used around `triton.autotune`. It should be...

bug
core

Fixes https://github.com/pytorch/pytorch/issues/134293 cc @NmomoN @mengpenghui @fwenguang @cdzhan @1274085042 @PHLens @ailzhang @albanD

cla signed
module: PrivateUse1

### πŸ“š The doc issue https://pytorch-imagenet.herokuapp.com/ This is the link at the last but 2 bullet point of the tutorial and it’s broken. The source code link to the repo...

### πŸš€ Describe the improvement or the new tutorial This tutorial will help the third party extension writers better to improve seamless integration within PyTorch. ### Existing tutorials on this...