mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
Fixed two typos in commented-out code: - reset_paramteres -> reset_parameters (line 148) - reset_paramteres -> reset_parameters (line 156) Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/169395 Approved by: https://github.com/jerryzh168