Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 19, 2021
1 parent 1223d65 commit d09929b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/optimizers/test_optimizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import pytest
from torch import nn

from flash.core.optimizers import LARS, LAMB, LinearWarmupCosineAnnealingLR
from flash.core.optimizers import LAMB, LARS, LinearWarmupCosineAnnealingLR


@pytest.mark.parametrize("optim_fn, lr", [(LARS, 0.1), (LAMB, 1e-3)])
Expand Down

0 comments on commit d09929b

Please sign in to comment.