Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 706003817
  • Loading branch information
tensorflower-gardener committed Dec 13, 2024
1 parent 76223a1 commit 74119b5
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 24 deletions.
1 change: 0 additions & 1 deletion official/nlp/modeling/layers/mat_mul_with_margin.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# pylint: disable=g-classes-have-attributes

from typing import Tuple
# Import libraries
import tensorflow as tf, tf_keras

from official.modeling import tf_utils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

"""TN-BERT TNTransformerExpandCondense employing Expand-Condense layer instead of Dense."""
# pylint: disable=g-classes-have-attributes
# Import libraries

import gin
import tensorflow as tf, tf_keras

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

"""Instance prediction heads."""

# Import libraries

from absl import logging
import tensorflow as tf, tf_keras

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

"""Tests for instance_heads.py."""

# Import libraries
from absl.testing import parameterized
import numpy as np
import tensorflow as tf, tf_keras
Expand Down
2 changes: 0 additions & 2 deletions official/projects/deepmac_maskrcnn/modeling/maskrcnn_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

from typing import List, Mapping, Optional, Union

# Import libraries

from absl import logging
import tensorflow as tf, tf_keras

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

"""Tests for maskrcnn_model.py."""

# Import libraries

from absl.testing import parameterized
import numpy as np
import tensorflow as tf, tf_keras
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
import os
from typing import Any, Mapping, Optional

# Import libraries

from official.core import config_definitions as cfg
from official.core import exp_factory
from official.modeling import optimization
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
import os
from typing import Any, List, Mapping, Optional

# Import libraries

from official.core import config_definitions as cfg
from official.core import exp_factory
from official.modeling import hyperparams
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

"""Contains definitions of mobilenet_edgetpu_v2 Networks."""

# Import libraries

from absl import logging
import tensorflow as tf, tf_keras

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

"""Tests for MobileNet."""

# Import libraries

from absl.testing import parameterized
import tensorflow as tf, tf_keras

Expand Down
1 change: 0 additions & 1 deletion official/projects/mosaic/modeling/mosaic_blocks_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

"""Tests for mosaic_blocks."""

# Import libraries
from absl.testing import parameterized
import tensorflow as tf, tf_keras

Expand Down
1 change: 0 additions & 1 deletion official/projects/mosaic/modeling/mosaic_head_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

"""Tests for mosaic_head."""

# Import libraries
from absl.testing import parameterized
import tensorflow as tf, tf_keras

Expand Down
2 changes: 0 additions & 2 deletions official/projects/mosaic/qat/modeling/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# limitations under the License.

"""Factory methods to build models."""
# Import libraries

import tensorflow as tf, tf_keras

import tensorflow_model_optimization as tfmot
Expand Down
2 changes: 0 additions & 2 deletions official/projects/mosaic/qat/modeling/factory_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

"""Tests for factory.py."""

# Import libraries

from absl.testing import parameterized
import numpy as np
import tensorflow as tf, tf_keras
Expand Down

0 comments on commit 74119b5

Please sign in to comment.