mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
PyTorch MergeBot
parent
0210d508cc
commit
99bd8d12e1
@ -143,7 +143,7 @@ class OmniglotNShot:
|
||||
:param batchsz: task num
|
||||
:param n_way:
|
||||
:param k_shot:
|
||||
:param k_qry:
|
||||
:param k_query:
|
||||
:param imgsz:
|
||||
"""
|
||||
|
||||
|
@ -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.
|
||||
|
Reference in New Issue
Block a user