Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 697774701
  • Loading branch information
tensorflower-gardener committed Nov 18, 2024
1 parent 99fddf7 commit 316c1a2
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions official/core/train_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
import tempfile
from typing import Any, List, Mapping, Optional, Tuple

# Import libraries

from absl import logging
import orbit
import tensorflow as tf, tf_keras
Expand Down
1 change: 0 additions & 1 deletion official/legacy/image_classification/mnist_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

import os

# Import libraries
from absl import app
from absl import flags
from absl import logging
Expand Down
1 change: 0 additions & 1 deletion official/nlp/tools/export_tfhub_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

from typing import Optional, Text, Tuple

# Import libraries
from absl import logging
import tensorflow as tf, tf_keras
# pylint: disable=g-direct-tensorflow-import TODO(b/175369555): Remove these.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

"""Tests for resnet."""

# 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 @@ -13,7 +13,6 @@
# limitations under the License.

"""Classification decoder and parser."""
# Import libraries
import tensorflow as tf, tf_keras

from official.vision.dataloaders import classification_input
Expand Down
2 changes: 0 additions & 2 deletions official/projects/edgetpu/vision/modeling/heads/bifpn_head.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
import itertools

from typing import Text, Optional
# Import libraries

from absl import logging
import numpy as np
import tensorflow as tf, tf_keras
Expand Down
1 change: 0 additions & 1 deletion official/projects/labse/export_tfhub_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import os

# Import libraries
import numpy as np
import tensorflow as tf, tf_keras
import tensorflow_hub as hub
Expand Down

0 comments on commit 316c1a2

Please sign in to comment.