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 a9ea862 commit 0290558Copy full SHA for 0290558
pytorch_optimizer/optimizer/ranger21.py
@@ -29,7 +29,7 @@ class Ranger21(Optimizer, BaseOptimizer):
29
optimizer.step()
30
"""
31
32
- def __init__(
+ def __init__( # pylint: disable=R0913
33
self,
34
params: PARAMETERS,
35
num_iterations: int,
0 commit comments