Skip to content

Commit dc5c41c

Browse files
lezcanobrianjo
andauthored
Parametrizations tutorial (#1444)
* Parametrizaitons tutorial * Add remove_parametrization * Correct name * minor * Proper version number * Fuzzy spellcheck * version * Remove _tutorial from name * Forgot to add the file... * Rename parametrizations_tutorial by parametrizations everywhere Add Alban's suggestions Correct the code Beter spacing after enumeration * Minor * Add more comments * Minor * Prefer unicode over math * Minor * minor * Corrections Co-authored-by: Brian Johnson <brianjo@fb.com>
1 parent bf91385 commit dc5c41c

File tree

4 files changed

+396
-1
lines changed

4 files changed

+396
-1
lines changed
Loading

index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,13 @@ Welcome to PyTorch Tutorials
324324
:link: beginner/hyperparameter_tuning_tutorial.html
325325
:tags: Model-Optimization,Best-Practice
326326

327+
.. customcarditem::
328+
:header: Parametrizations Tutorial
329+
: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...)
330+
:image: _static/img/thumbnails/cropped/parametrizations.png
331+
:link: intermediate/parametrizations.html
332+
:tags: Model-Optimization,Best-Practice
333+
327334
.. customcarditem::
328335
:header: Pruning Tutorial
329336
: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.
@@ -620,6 +627,7 @@ Additional Resources
620627

621628
beginner/profiler
622629
beginner/hyperparameter_tuning_tutorial
630+
intermediate/parametrizations
623631
intermediate/pruning_tutorial
624632
advanced/dynamic_quantization_tutorial
625633
intermediate/dynamic_quantization_bert_tutorial

0 commit comments

Comments
 (0)