"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "0faa2ff3c3f861ca291b2a97ff714a6fc1c85aac"
Commit 97ae894b authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 382051212
parent 1b8ac0cb
...@@ -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()
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