Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696656291
  • Loading branch information
tensorflower-gardener committed Nov 14, 2024
1 parent ecf6d97 commit 9ad1aba
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions official/projects/nhnet/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

import os

# Import libraries

from absl import logging
import numpy as np
import tensorflow as tf, tf_keras
Expand Down
2 changes: 0 additions & 2 deletions official/projects/nhnet/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,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/projects/qat/nlp/quantization/configs_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

"""Tests for configs.py."""

# Import libraries
from absl.testing import parameterized

import numpy as np
Expand Down
2 changes: 0 additions & 2 deletions official/projects/qat/nlp/quantization/schemes.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# limitations under the License.

"""Quantization schemes."""
# Import libraries

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,8 +15,6 @@
"""Contains definitions of dense prediction heads."""
from typing import List, Mapping, Union, Optional, Any, Dict

# Import libraries

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 @@
# Lint as: python3
"""Tests for dense_prediction_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/qat/vision/quantization/configs_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

"""Tests for configs.py."""

# Import libraries

import numpy as np
import tensorflow as tf, tf_keras

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

"""Quantization schemes."""
# Import libraries

import tensorflow_model_optimization as tfmot
from official.projects.qat.vision.quantization import layer_transforms

Expand Down
1 change: 0 additions & 1 deletion official/recommendation/create_ncf_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import json

# pylint: disable=g-bad-import-order
# 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/recommendation/movielens.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
import zipfile

# pylint: disable=g-bad-import-order
# Import libraries
import numpy as np
import pandas as pd
import six
Expand Down
1 change: 0 additions & 1 deletion official/vision/examples/starter/example_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
format can be supported by implementing proper decoder and parser.
"""
from typing import Mapping, List, Tuple
# Import libraries
import tensorflow as tf, tf_keras

from official.vision.dataloaders import decoder
Expand Down
1 change: 0 additions & 1 deletion official/vision/examples/starter/example_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"""

from typing import Any, Mapping
# Import libraries
import tensorflow as tf, tf_keras
from official.vision.examples.starter import example_config as example_cfg

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

"""Losses for maskrcnn model."""

# Import libraries
import tensorflow as tf, tf_keras


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

"""Losses used for detection models."""

# Import libraries
import tensorflow as tf, tf_keras


Expand Down

0 comments on commit 9ad1aba

Please sign in to comment.