Skip to content

Parametrizations tutorial #1444

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Apr 19, 2021
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,13 @@ Welcome to PyTorch Tutorials
:link: beginner/hyperparameter_tuning_tutorial.html
:tags: Model-Optimization,Best-Practice

.. customcarditem::
:header: Parametrizations Tutorial
:card_description: Learn how to use torch.nn.utils.parametrize to put constriants on your parameters (e.g. make them orthogonal, symmetric positive definite, low-rank...)
:image: _static/img/thumbnails/cropped/parametrizations.png
:link: intermediate/parametrizations.html
:tags: Model-Optimization,Best-Practice

.. customcarditem::
:header: Pruning Tutorial
:card_description: Learn how to use torch.nn.utils.prune to sparsify your neural networks, and how to extend it to implement your own custom pruning technique.
Expand Down Expand Up @@ -620,6 +627,7 @@ Additional Resources

beginner/profiler
beginner/hyperparameter_tuning_tutorial
intermediate/parametrizations
intermediate/pruning_tutorial
advanced/dynamic_quantization_tutorial
intermediate/dynamic_quantization_bert_tutorial
Expand Down
Loading