We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8a625 commit b6fbd2dCopy full SHA for b6fbd2d
official/vision/beta/configs/retinanet.py
@@ -102,7 +102,7 @@ class RetinaNetHead(hyperparams.Config):
102
num_convs: int = 4
103
num_filters: int = 256
104
use_separable_conv: bool = False
105
- attribute_heads: Optional[List[AttributeHead]] = None
+ attribute_heads: List[AttributeHead] = dataclasses.field(default_factory=list)
106
107
108
@dataclasses.dataclass
0 commit comments