Skip to content

Commit e2b1b06

Browse files
No public description
PiperOrigin-RevId: 697711966
1 parent c93fd6c commit e2b1b06

File tree

7 files changed

+0
-10
lines changed

7 files changed

+0
-10
lines changed

official/vision/modeling/decoders/aspp.py

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
"""Contains definitions of Atrous Spatial Pyramid Pooling (ASPP) decoder."""
1616
from typing import Any, List, Mapping, Optional, Union
1717

18-
# Import libraries
19-
2018
import tensorflow as tf, tf_keras
2119

2220
from official.modeling import hyperparams

official/vision/modeling/decoders/aspp_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
"""Tests for aspp."""
1616

17-
# Import libraries
1817
from absl.testing import parameterized
1918
import tensorflow as tf, tf_keras
2019

official/vision/modeling/decoders/factory.py

-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ def build_my_decoder():
4141
"""
4242
from typing import Any, Callable, Mapping, Optional, Union
4343

44-
# Import libraries
45-
4644
import tensorflow as tf, tf_keras
4745

4846
from official.core import registry

official/vision/modeling/decoders/fpn.py

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"""Contains the definitions of Feature Pyramid Networks (FPN)."""
1616
from typing import Any, Mapping, Optional
1717

18-
# Import libraries
1918
from absl import logging
2019
import tensorflow as tf, tf_keras
2120

official/vision/modeling/decoders/fpn_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
"""Tests for FPN."""
1616

17-
# Import libraries
1817
from absl.testing import parameterized
1918
import tensorflow as tf, tf_keras
2019

official/vision/modeling/decoders/nasfpn.py

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
from typing import Any, List, Mapping, Optional, Tuple
1818

19-
# Import libraries
20-
2119
from absl import logging
2220
import tensorflow as tf, tf_keras
2321

official/vision/modeling/decoders/nasfpn_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
"""Tests for NAS-FPN."""
1616

17-
# Import libraries
1817
from absl.testing import parameterized
1918
import tensorflow as tf, tf_keras
2019

0 commit comments

Comments
 (0)