Skip to content

Commit e846648

Browse files
committed
Remove unnecessary isort=off commands
1 parent 566b6d9 commit e846648

5 files changed

Lines changed: 0 additions & 20 deletions

File tree

prize_qualification_baselines/external_tuning/jax_nadamw_full_budget.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
"""Submission file for an NAdamW optimizer with warmup+cosine LR in Jax."""
22

33
import functools
4-
5-
# isort: off
6-
# We have to turn off isort here to resolve a conflict between isort and yapf.
74
from typing import (
85
Any,
96
Callable,
@@ -15,7 +12,6 @@
1512
Tuple,
1613
Union,
1714
)
18-
# isort: on
1915

2016
import chex
2117
import jax

prize_qualification_baselines/external_tuning/jax_nadamw_target_setting.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
"""Submission file for an NAdamW optimizer with warmup+cosine LR in Jax."""
22

33
import functools
4-
5-
# isort: off
6-
# We have to turn off isort here to resolve a conflict between isort and yapf.
74
from typing import (
85
Any,
96
Callable,
@@ -15,7 +12,6 @@
1512
Tuple,
1613
Union,
1714
)
18-
# isort: on
1915

2016
import chex
2117
import jax

prize_qualification_baselines/self_tuning/jax_nadamw_full_budget.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
"""Submission file for an NAdamW optimizer with warmup+cosine LR in Jax."""
22

33
import functools
4-
5-
# isort: off
6-
# We have to turn off isort here to resolve a conflict between isort and yapf.
74
from typing import (
85
Any,
96
Callable,
@@ -15,7 +12,6 @@
1512
Tuple,
1613
Union,
1714
)
18-
# isort: on
1915

2016
import chex
2117
import jax

prize_qualification_baselines/self_tuning/jax_nadamw_target_setting.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
"""Submission file for an NAdamW optimizer with warmup+cosine LR in Jax."""
22

33
import functools
4-
5-
# isort: off
6-
# We have to turn off isort here to resolve a conflict between isort and yapf.
74
from typing import (
85
Any,
96
Callable,
@@ -15,7 +12,6 @@
1512
Tuple,
1613
Union,
1714
)
18-
# isort: on
1915

2016
import chex
2117
import jax

reference_algorithms/paper_baselines/nadamw/jax/submission.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
"""Submission file for an NAdamW optimizer with warmup+cosine LR in Jax."""
22

33
import functools
4-
5-
# isort: off
6-
# We have to turn off isort here to resolve a conflict between isort and yapf.
74
from typing import (
85
Any,
96
Callable,
@@ -15,7 +12,6 @@
1512
Tuple,
1613
Union,
1714
)
18-
# isort: on
1915

2016
import chex
2117
import jax

0 commit comments

Comments
 (0)