"vscode:/vscode.git/clone" did not exist on "305ef4be541f6d2be79964aa602f0d6d3e16748e"
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