tutorials
tutorials copied to clipboard
PyTorch tutorials.
Test the following tutorial: https://pytorch.org/tutorials/beginner/basics/transforms_tutorial.html **Follow these steps:** 1. Fork the pytorch/tutorials repo. 2. Switch to a new branch. 3. Run the tutorial as a python script: ``` python3 ```...
### 🚀 Describe the improvement or the new tutorial This tutorial will help users understand how to transition from convolutional and pooling layers to linear layers in their models. Learning...
### Add Link https://pytorch.org/tutorials/beginner/introyt/captumyt.html ### Describe the bug This tutorial needs a `cat.jpg` file and a `imagenet_class_index.json` file under `img` folder. The author said: > The place where you got...
### 📚 The doc issue Can we better specify the behavior and eventually the best practices when decorating a function or compiling a module and the effect on the nested...
### Add Link https://github.com/pytorch/tutorials/blob/tutorials_refresh/recipes_source/recipes/example_recipe.py From `CONTRIBUTING.md` file in `Example Tutorials` section: https://github.com/pytorch/tutorials/blob/653719940f7c4d908811da415f190465d8c3189d/CONTRIBUTING.md?plain=1#L222 ### Describe the bug File doesn't exist in repo ### Describe your environment n/a cc @sekyondaMeta @svekars @kit1980...
### 🚀 Describe the improvement or the new tutorial This tutorial will help begginers understand how to access and make sense of model parameters, collect trainable parameters, and use `torchinfo.summary()`....
### 🚀 Describe the improvement or the new tutorial This tutorial will help users to understand better how to implement a Keras progress bar in PyTorch. - How to implement...
Fixes #[2840](https://github.com/pytorch/tutorials/issues/2840) ## Description I have added details regarding teacher_forcing_ratio, as well as padding_idx. I agree that padding_idx needs to be set to 0 to properly handle the padding. I...
### Add Link - [Source code permalink](https://github.com/pytorch/tutorials/blob/653719940f7c4d908811da415f190465d8c3189d/advanced_source/ddp_pipeline.py#L175) - [Online docs link](https://pytorch.org/tutorials/advanced/ddp_pipeline.html) - [Colab link](https://colab.research.google.com/github/pytorch/tutorials/blob/gh-pages/_downloads/9c42ef95b5e306580f45ed7f652191bf/ddp_pipeline.ipynb#scrollTo=E2Lgxp7SSfUS) @pritamdamania87 for awareness ### Describe the bug Related to #2895 and #2910 The training process uses...