"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "730035d61822f18043bf8f2821b381da64c34b2c"
Commit 14fd82f3 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 382051212
parent 4fa92552
...@@ -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