Commit b6fbd2d4 authored by Xianzhi Du's avatar Xianzhi Du Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 398131619
parent 2a8a625d
......@@ -102,7 +102,7 @@ class RetinaNetHead(hyperparams.Config):
num_convs: int = 4
num_filters: int = 256
use_separable_conv: bool = False
attribute_heads: Optional[List[AttributeHead]] = None
attribute_heads: List[AttributeHead] = dataclasses.field(default_factory=list)
@dataclasses.dataclass
......
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