Skip to content

Commit

Permalink
add the trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorrent committed Dec 6, 2024
1 parent e34aef8 commit 80a2c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_optimizer/optimizer/adamg.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ def step(self, closure: CLOSURE = None) -> LOSS:

p.add_(update, alpha=-step_size)

return loss
return loss

0 comments on commit 80a2c02

Please sign in to comment.