Skip to content

Commit 744b5d3

Browse files
Add author like other recipes
1 parent 0ff985b commit 744b5d3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

recipes_source/recipes/module_load_state_dict_tips.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
33
Tips for Loading an ``nn.Module`` from a Checkpoint
44
===================================================
5+
**Author:** `Mikayla Gawarecki <https://github.com/mikaylagawarecki>`_
56
67
If you're loading a checkpoint and want to reduce compute and memory as much as possible,
78
this tutorial shares some recommended practices. In particular, we will discuss

recipes_source/recipes/swap_tensors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Extension points in ``nn.Module`` for ``load_state_dict`` and tensor subclasses
33
===============================================================================
4+
**Author:** `Mikayla Gawarecki <https://github.com/mikaylagawarecki>`_
45
56
This recipe introduces a new utility function ``torch.utils.swap_tensors``
67
as well as two new extension points where it has been integrated in

0 commit comments

Comments
 (0)