Skip to content

Commit e874336

Browse files
committed
docs: fix typo
1 parent 9aea11d commit e874336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_optimizer/ranger21.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def step(self, closure: CLOSURE = None) -> LOSS:
185185
param_size: int = 0
186186
variance_ma_sum: float = 1.0
187187

188-
# Phase 1 - Accumulate all of the variance_ma_sum to use in stable weight decay
188+
# Phase 1 - Accumulate all the variance_ma_sum to use in stable weight decay
189189
for group in self.param_groups:
190190
for p in group['params']:
191191
if p.grad is None:

0 commit comments

Comments
 (0)