mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Fix lars tests
This commit is contained in:
parent
a426511c95
commit
42c1f0cf6c
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user