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:
"""