Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
bc8b6332
Commit
bc8b6332
authored
Mar 21, 2022
by
Yilei Yang
Committed by
A. Unique TensorFlower
Mar 21, 2022
Browse files
Internal change
PiperOrigin-RevId: 436393593
parent
996e3a2a
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
9 deletions
+0
-9
official/legacy/image_classification/vgg/vgg_config.py
official/legacy/image_classification/vgg/vgg_config.py
+0
-1
official/nlp/configs/wmt_transformer_experiments.py
official/nlp/configs/wmt_transformer_experiments.py
+0
-1
official/projects/basnet/train.py
official/projects/basnet/train.py
+0
-1
official/projects/deepmac_maskrcnn/modeling/heads/instance_heads_test.py
...ts/deepmac_maskrcnn/modeling/heads/instance_heads_test.py
+0
-1
official/projects/deepmac_maskrcnn/modeling/maskrcnn_model_test.py
...projects/deepmac_maskrcnn/modeling/maskrcnn_model_test.py
+0
-1
official/projects/deepmac_maskrcnn/train.py
official/projects/deepmac_maskrcnn/train.py
+0
-1
official/projects/edgetpu/vision/configs/semantic_segmentation_config.py
...ts/edgetpu/vision/configs/semantic_segmentation_config.py
+0
-1
official/projects/edgetpu/vision/modeling/backbones/mobilenet_edgetpu_test.py
...getpu/vision/modeling/backbones/mobilenet_edgetpu_test.py
+0
-1
official/projects/edgetpu/vision/train.py
official/projects/edgetpu/vision/train.py
+0
-1
No files found.
official/legacy/image_classification/vgg/vgg_config.py
View file @
bc8b6332
...
...
@@ -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
...
...
official/nlp/configs/wmt_transformer_experiments.py
View file @
bc8b6332
...
...
@@ -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."""
...
...
official/projects/basnet/train.py
View file @
bc8b6332
...
...
@@ -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
...
...
official/projects/deepmac_maskrcnn/modeling/heads/instance_heads_test.py
View file @
bc8b6332
...
...
@@ -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
...
...
official/projects/deepmac_maskrcnn/modeling/maskrcnn_model_test.py
View file @
bc8b6332
...
...
@@ -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
...
...
official/projects/deepmac_maskrcnn/train.py
View file @
bc8b6332
...
...
@@ -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
...
...
official/projects/edgetpu/vision/configs/semantic_segmentation_config.py
View file @
bc8b6332
...
...
@@ -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
...
...
official/projects/edgetpu/vision/modeling/backbones/mobilenet_edgetpu_test.py
View file @
bc8b6332
...
...
@@ -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
...
...
official/projects/edgetpu/vision/train.py
View file @
bc8b6332
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment