We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be45231 commit 0f65c92Copy full SHA for 0f65c92
torch/nn/modules/module.py
@@ -306,7 +306,7 @@ def load_state_dict(self, state_dict):
306
"""Copies parameters and buffers from :attr:`state_dict` into
307
this module and its descendants. The keys of :attr:`state_dict` must
308
exactly match the keys returned by this module's :func:`state_dict()`
309
- fuction.
+ function.
310
311
Arguments:
312
state_dict (dict): A dict containing parameters and
0 commit comments