There was an error while loading. Please reload this page.
1 parent 02723f2 commit 0ddee7dCopy full SHA for 0ddee7d
1 file changed
d2go/trainer/api.py
@@ -18,7 +18,7 @@ class TrainNetOutput:
18
metrics: MetricsDict[float]
19
# Optional, because we use None to distinguish "not used" from
20
# empty model configs. With T127368935, this should be reverted to dict.
21
- model_configs: Optional[Dict[str, str]]
+ model_configs: Dict[str, str]
22
# TODO (T127368603): decide if `tensorboard_log_dir` should be part of output
23
tensorboard_log_dir: Optional[str] = None
24
0 commit comments