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 14a188e commit fa05118Copy full SHA for fa05118
tests/test_optimizer_parameters.py
@@ -30,6 +30,7 @@ def forward(self, x: torch.Tensor) -> torch.Tensor:
30
'diffrgrad',
31
'lamb',
32
'ralamb',
33
+ 'lars',
34
]
35
36
BETA_OPTIMIZER_NAMES: List[str] = [
0 commit comments