Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696636817
  • Loading branch information
tensorflower-gardener committed Nov 14, 2024
1 parent 0d9bea3 commit 200eadb
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion official/nlp/modeling/networks/bert_dense_encoder_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

"""Tests for transformer-based bert encoder network with dense features as inputs."""

# Import libraries
from absl.testing import parameterized
import numpy as np
import tensorflow as tf, tf_keras
Expand Down
1 change: 0 additions & 1 deletion official/nlp/modeling/networks/bert_encoder_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

"""Tests for transformer-based bert encoder network."""

# 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 @@ -14,8 +14,6 @@

"""Tests for official.nlp.modeling.networks.packed_sequence_embedding."""

# 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/qat/vision/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/qat/vision/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 tensorflow as tf, tf_keras

Expand Down
2 changes: 0 additions & 2 deletions official/projects/qat/vision/modeling/layers/nn_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"""Contains quantized neural blocks for the QAT."""
from typing import Any, Dict, Optional, Sequence, Tuple, 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 @@ -15,7 +15,6 @@
"""Tests for nn_blocks."""

from typing import Any, Iterable, Tuple
# Import libraries
from absl.testing import parameterized
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 nn_layers."""

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"""Build segmentation models."""
from typing import Any, Mapping, Union

# Import libraries
import tensorflow as tf, tf_keras

layers = tf_keras.layers
Expand Down
2 changes: 0 additions & 2 deletions official/projects/volumetric_models/modeling/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

"""Factory methods to build models."""
from typing import Sequence, Union
# Import libraries

import tensorflow as tf, tf_keras

from official.modeling import hyperparams
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

from typing import Sequence, Union

# 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,7 +14,6 @@

"""Tests for 3D volumeric convoluion blocks."""

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

Expand Down
1 change: 0 additions & 1 deletion official/vision/serving/export_tfhub.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

"""A script to export the image classification as a TF-Hub SavedModel."""

# Import libraries
from absl import app
from absl import flags

Expand Down
2 changes: 0 additions & 2 deletions official/vision/serving/export_tfhub_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"""A script to export a TF-Hub SavedModel."""
from typing import List, Optional

# Import libraries

import tensorflow as tf, tf_keras

from official.core import config_definitions as cfg
Expand Down

0 comments on commit 200eadb

Please sign in to comment.