We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d392a01 commit c34cbc8Copy full SHA for c34cbc8
pytorch_optimizer/lamb.py
@@ -19,6 +19,7 @@ class Lamb(Optimizer):
19
loss.backward()
20
optimizer.step()
21
"""
22
+
23
clamp: float = 10.0
24
25
def __init__(
0 commit comments