Commit bc8b6332 authored by Yilei Yang's avatar Yilei Yang Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 436393593
parent 996e3a2a
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Lint as: python3
"""Configuration definitions for VGG losses, learning rates, and optimizers.""" """Configuration definitions for VGG losses, learning rates, and optimizers."""
import dataclasses import dataclasses
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Lint as: python3
# pylint: disable=g-doc-return-or-yield,line-too-long # pylint: disable=g-doc-return-or-yield,line-too-long
"""WMT translation configurations.""" """WMT translation configurations."""
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Lint as: python3
"""TensorFlow Model Garden Vision training driver.""" """TensorFlow Model Garden Vision training driver."""
from absl import app from absl import app
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Lint as: python3
"""Tests for instance_heads.py.""" """Tests for instance_heads.py."""
# Import libraries # Import libraries
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Lint as: python3
"""Tests for maskrcnn_model.py.""" """Tests for maskrcnn_model.py."""
# Import libraries # Import libraries
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Lint as: python3
"""TensorFlow Model Garden Vision training driver.""" """TensorFlow Model Garden Vision training driver."""
from absl import app from absl import app
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Lint as: python3
"""Semantic segmentation configuration definition. """Semantic segmentation configuration definition.
The segmentation model is built using the mobilenet edgetpu v2 backbone and The segmentation model is built using the mobilenet edgetpu v2 backbone and
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Lint as: python3
"""Tests for MobileNet.""" """Tests for MobileNet."""
# Import libraries # Import libraries
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Lint as: python3
"""TensorFlow Model Garden Vision training for MobileNet-EdgeTPU.""" """TensorFlow Model Garden Vision training for MobileNet-EdgeTPU."""
from absl import app from absl import app
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment