Fix non-existing parameters in docstrings in misc places (#91121)

This should be the last continuation of https://github.com/pytorch/pytorch/pull/90505

Pull Request resolved: https://github.com/pytorch/pytorch/pull/91121
Approved by: https://github.com/clee2000
This commit is contained in:
Sergii Dymchenko
2022-12-20 02:01:33 +00:00
committed by PyTorch MergeBot
parent 0210d508cc
commit 99bd8d12e1
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ class OmniglotNShot:
:param batchsz: task num
:param n_way:
:param k_shot:
:param k_qry:
:param k_query:
:param imgsz:
"""

View File

@ -157,7 +157,7 @@ def _remap_keys(old_dict, rename_fn):
Args:
old_dict: Dictionary (i.e. containing blob_name -> blob_name
relationships.)
remap_fn: Function string -> string for renaming.
rename_fn: Function string -> string for renaming.
Returns:
None. Modifies old_dict in-place.