Skip to content

Commit 2e5fb36

Browse files
committed
update: lr
1 parent 76a36da commit 2e5fb36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytorch_optimizer/optimizer/lomo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ def __init__(
240240
self.validate_non_negative(eps2, 'eps2')
241241

242242
self.model = model
243+
self.lr = lr
243244
self.weight_decay = weight_decay
244245
self.loss_scale = loss_scale
245246
self.clip_threshold = clip_threshold

0 commit comments

Comments
 (0)