Skip to content

Commit 7dcaabb

Browse files
authored
Merge pull request #185 from kozistr/docs/fix-typo
[Docs] Fix typo
2 parents 64b84dc + 2b62203 commit 7dcaabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_optimizer/base/optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def get_adanorm_gradient(
200200
) -> torch.Tensor:
201201
r"""Get AdaNorm gradient.
202202
203-
:param grad. torch.Tensor. gradient.
203+
:param grad: torch.Tensor. gradient.
204204
:param adanorm: bool. whether to apply AdaNorm.
205205
:param exp_grad_norm: Optional[torch.Tensor]. exp_grad_norm.
206206
:param r: float. Optional[float]. momentum (ratio).

0 commit comments

Comments
 (0)