Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705379181
  • Loading branch information
tensorflower-gardener committed Dec 12, 2024
1 parent fb2a869 commit 5483c64
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 13 deletions.
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
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 @@ -15,7 +15,6 @@
"""Tests for Pix2Seq input."""
import io

# Import libraries
import numpy as np
from PIL import Image
import tensorflow as tf, tf_keras
Expand Down
1 change: 0 additions & 1 deletion official/projects/pointpillars/modeling/factory_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +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/nlp/pretrained_checkpoint_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"""A converter for BERT pretrained checkpoint to QAT BERT checkpoint."""
import tempfile

# Import libraries

from absl import app
from absl import flags
import tensorflow as tf, tf_keras
Expand Down
1 change: 0 additions & 1 deletion official/projects/token_dropping/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 @@ -15,7 +15,6 @@

import io

# Import libraries
import numpy as np
from PIL import Image
import tensorflow as tf, tf_keras
Expand Down
1 change: 0 additions & 1 deletion official/projects/video_ssl/losses/losses.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

"""Define losses."""

# Import libraries
import tensorflow as tf, tf_keras
from tensorflow.compiler.tf2xla.python import xla

Expand Down
2 changes: 0 additions & 2 deletions official/projects/video_ssl/modeling/video_ssl_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"""Build video classification models."""
from typing import Mapping, Optional

# 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 YOLO."""

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

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

"""Tests for yolo heads."""

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

Expand Down

0 comments on commit 5483c64

Please sign in to comment.