tutorials
tutorials copied to clipboard
PyTorch tutorials.
### 🚀 Describe the improvement or the new tutorial 📚 The doc issue It has been a while these tutorials have been updated. Since there are not active developments on...
https://pytorch.org/tutorials/advanced/cpp_extension https://pytorch.org/tutorials/advanced/torch_script_custom_ops https://pytorch.org/tutorials/advanced/dispatcher
### 🚀 Describe the improvement or the new tutorial The Autograd [tutorial](https://pytorch.org/tutorials/beginner/basics/autogradqs_tutorial) does a good job of covering the basic graph creation and then running .backward(). However, there are new...
### 🚀 Describe the improvement or the new tutorial 📚 The doc issue Distributed Data Parallel in PyTorch - Video Tutorials -[ https://pytorch.org/tutorials/beginner/ddp_series_intro.html](https://pytorch.org/tutorials/beginner/ddp_series_intro.html) - ? The scripts on some of...
### 🚀 Describe the improvement or the new tutorial The profiler tutorial at https://pytorch.org/tutorials/recipes/recipes/profiler_recipe should cover the new memory profiling capabilities like https://pytorch.org/blog/understanding-gpu-memory-1/ and/or point to the appropriate follow ups...
### 🚀 Describe the improvement or the new tutorial I propose adding a tutorial on implementing and using minGRU (minimal Gated Recurrent Unit) to the PyTorch tutorials. This addition would...
### Add Link https://pytorch.org/tutorials/intermediate/parametrizations.html ### Describe the bug The code sample has no bug but the example output is wrong. The "weight" from after `remove_parametrizations(layer, "weight", leave_parametrized=False)` should be same...
### 🚀 Describe the improvement or the new tutorial In current tutorial DQN is not performing well even after 600 episodes. I would like to update hyper parameters, so it...
Hi when i run the following Pytorch code in Jupyter notebook, i am getting the error as TypeError: __init__() got an unexpected keyword argument 'new_step_api' Could you please help me...
### Add Link https://pytorch.org/tutorials/intermediate/FSDP_tutorial.html ### Describe the bug ``` Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz Downloading http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz Failed to download (trying next): HTTP Error 403: Forbidden Downloading https://ossci-datasets.s3.amazonaws.com/mnist/train-images-idx3-ubyte.gz Failed to download (trying next): HTTP...