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
b8a5c570
Commit
b8a5c570
authored
Mar 22, 2021
by
Fan Yang
Committed by
A. Unique TensorFlower
Mar 22, 2021
Browse files
Internal change
PiperOrigin-RevId: 364458994
parent
44f942b4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
official/vision/beta/configs/backbones.py
official/vision/beta/configs/backbones.py
+1
-1
official/vision/beta/configs/backbones_3d.py
official/vision/beta/configs/backbones_3d.py
+1
-1
official/vision/beta/configs/decoders.py
official/vision/beta/configs/decoders.py
+1
-1
No files found.
official/vision/beta/configs/backbones.py
View file @
b8a5c570
...
...
@@ -90,7 +90,7 @@ class Backbone(hyperparams.OneOfConfig):
"""Configuration for backbones.
Attributes:
type: 'str', type of backbone be used, one the
of
fields below.
type: 'str', type of backbone be used, one
of
the fields below.
resnet: resnet backbone config.
dilated_resnet: dilated resnet backbone for semantic segmentation config.
revnet: revnet backbone config.
...
...
official/vision/beta/configs/backbones_3d.py
View file @
b8a5c570
...
...
@@ -65,7 +65,7 @@ class Backbone3D(hyperparams.OneOfConfig):
"""Configuration for backbones.
Attributes:
type: 'str', type of backbone be used, on the
of
fields below.
type: 'str', type of backbone be used, on
e of
the fields below.
resnet: resnet3d backbone config.
"""
type
:
Optional
[
str
]
=
None
...
...
official/vision/beta/configs/decoders.py
View file @
b8a5c570
...
...
@@ -58,7 +58,7 @@ class Decoder(hyperparams.OneOfConfig):
"""Configuration for decoders.
Attributes:
type: 'str', type of decoder be used, on the
of
fields below.
type: 'str', type of decoder be used, on
e of
the fields below.
fpn: fpn config.
"""
type
:
Optional
[
str
]
=
None
...
...
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