Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 436393593
  • Loading branch information
yilei authored and tensorflower-gardener committed Mar 22, 2022
1 parent 996e3a2 commit bc8b633
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion official/legacy/image_classification/vgg/vgg_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Lint as: python3
"""Configuration definitions for VGG losses, learning rates, and optimizers."""

import dataclasses
Expand Down
1 change: 0 additions & 1 deletion official/nlp/configs/wmt_transformer_experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Lint as: python3
# pylint: disable=g-doc-return-or-yield,line-too-long
"""WMT translation configurations."""

Expand Down
1 change: 0 additions & 1 deletion official/projects/basnet/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Lint as: python3
"""TensorFlow Model Garden Vision training driver."""

from absl import app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Lint as: python3
"""Tests for instance_heads.py."""

# Import libraries
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Lint as: python3
"""Tests for maskrcnn_model.py."""

# Import libraries
Expand Down
1 change: 0 additions & 1 deletion official/projects/deepmac_maskrcnn/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Lint as: python3
"""TensorFlow Model Garden Vision training driver."""

from absl import app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Lint as: python3
"""Semantic segmentation configuration definition.
The segmentation model is built using the mobilenet edgetpu v2 backbone and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Lint as: python3
"""Tests for MobileNet."""

# Import libraries
Expand Down
1 change: 0 additions & 1 deletion official/projects/edgetpu/vision/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Lint as: python3
"""TensorFlow Model Garden Vision training for MobileNet-EdgeTPU."""

from absl import app
Expand Down

0 comments on commit bc8b633

Please sign in to comment.