tutorials
tutorials copied to clipboard
PyTorch tutorials.
Fixes #ISSUE_NUMBER ## Description ## Checklist - [ ] The issue that is being fixed is referred in the description (see above "Fixes #ISSUE_NUMBER") - [ ] Only one issue...
## Description Fix the duplicated line in `advanced_source/privateuseone.rst` ```diff 1. Register new backend module to Pytorch. -2. Generate methods and properties related to the new backend. +2. Rename PrivateUse1 to...
https://github.com/pytorch/tutorials/blob/5e772fa2bf406598103e61e628a0ca0b8e471bfa/beginner_source/translation_transformer.py#L135 src = self.embedding(src) * math.sqrt(self.d_model) shouln't this be src = self.embedding(src) / math.sqrt(self.d_model) at least that is the impression I got when reading the "Attention is all you need"...
### 🚀 Descirbe the improvement or the new tutorial I would like to request the addition of timestamps to the tutorial pages for providing the information about when the tutorial...
### Add Link https://pytorch.org/tutorials/intermediate/torchvision_tutorial.html ### Describe the bug Fails in CI and locally on MacOS with: ``` disable due to RuntimeError: DataLoader worker (pid(s) 20092) exited unexpectedly ``` The tutorial...
### Add Link Link to the tutorial: https://pytorch.org/tutorials/intermediate/seq2seq_translation_tutorial.html ### Describe the bug The tutorial was markedly changed in June 2023, see commit 6c03bb3bbe17100a3b45e0c92c564911e24ab796 which aimed at fixing the implementation of...
### Add Link https://pytorch.org/tutorials/beginner/basics/optimization_tutorial.html ### Describe the bug The loss calculation seems to be wrong. Should we divide the total loss by the number of values of X rather than...
…rad() ## Description This parameter sets the grads to none rather than zero, generally reducing memory footprint and improving performance. The risk is that the grads will appear and behave...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@hugovk] Use functools.lru_cache for hopper() #7912 [@hugovk]...