Fix lars tests

pull/816/head
Ross Wightman 2021-08-18 21:05:34 -07:00
parent a426511c95
commit 42c1f0cf6c
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ def test_lars(optimizer):
lambda weight, bias: create_optimizer_v2(
_build_params_dict(weight, bias, lr=1e-3),
optimizer,
lr=1e-1)
lr=1e-3)
)
_test_basic_cases(
lambda weight, bias: create_optimizer_v2(