Commit b8a5c570 authored by Fan Yang's avatar Fan Yang Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 364458994
parent 44f942b4
...@@ -90,7 +90,7 @@ class Backbone(hyperparams.OneOfConfig): ...@@ -90,7 +90,7 @@ class Backbone(hyperparams.OneOfConfig):
"""Configuration for backbones. """Configuration for backbones.
Attributes: 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. resnet: resnet backbone config.
dilated_resnet: dilated resnet backbone for semantic segmentation config. dilated_resnet: dilated resnet backbone for semantic segmentation config.
revnet: revnet backbone config. revnet: revnet backbone config.
......
...@@ -65,7 +65,7 @@ class Backbone3D(hyperparams.OneOfConfig): ...@@ -65,7 +65,7 @@ class Backbone3D(hyperparams.OneOfConfig):
"""Configuration for backbones. """Configuration for backbones.
Attributes: Attributes:
type: 'str', type of backbone be used, on the of fields below. type: 'str', type of backbone be used, one of the fields below.
resnet: resnet3d backbone config. resnet: resnet3d backbone config.
""" """
type: Optional[str] = None type: Optional[str] = None
......
...@@ -58,7 +58,7 @@ class Decoder(hyperparams.OneOfConfig): ...@@ -58,7 +58,7 @@ class Decoder(hyperparams.OneOfConfig):
"""Configuration for decoders. """Configuration for decoders.
Attributes: Attributes:
type: 'str', type of decoder be used, on the of fields below. type: 'str', type of decoder be used, one of the fields below.
fpn: fpn config. fpn: fpn config.
""" """
type: Optional[str] = None type: Optional[str] = None
......
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