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
14fd82f3
Commit
14fd82f3
authored
Jun 29, 2021
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 382051212
parent
4fa92552
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
official/vision/beta/projects/volumetric_models/configs/backbones.py
...sion/beta/projects/volumetric_models/configs/backbones.py
+1
-6
No files found.
official/vision/beta/projects/volumetric_models/configs/backbones.py
View file @
14fd82f3
...
@@ -37,12 +37,7 @@ class Backbone(hyperparams.OneOfConfig):
...
@@ -37,12 +37,7 @@ class Backbone(hyperparams.OneOfConfig):
Attributes:
Attributes:
type: 'str', type of backbone be used, one the of fields below.
type: 'str', type of backbone be used, one the of fields below.
resnet: resnet backbone config.
unet_3d: UNet3D backbone config.
dilated_resnet: dilated resnet backbone for semantic segmentation config.
revnet: revnet backbone config.
efficientnet: efficientnet backbone config.
spinenet: spinenet backbone config.
mobilenet: mobilenet backbone config.
"""
"""
type
:
Optional
[
str
]
=
None
type
:
Optional
[
str
]
=
None
unet_3d
:
UNet3D
=
UNet3D
()
unet_3d
:
UNet3D
=
UNet3D
()
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