"googlemock/git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "b74a1af00f17cd52c426c08e0d1a1b4ea93f78dd"
Commit ce2afc95 authored by mibaumgartner's avatar mibaumgartner
Browse files

remove deprecated config key

parent c8ce1778
...@@ -33,7 +33,6 @@ trainer_cfg: ...@@ -33,7 +33,6 @@ trainer_cfg:
deterministic: False deterministic: False
benchmark: False benchmark: False
# fp16: True # enable fp16 training. Makes sense for supported hardware only!
monitor_key: "mAP_IoU_0.10_0.50_0.05_MaxDet_100" # used to determine the best model monitor_key: "mAP_IoU_0.10_0.50_0.05_MaxDet_100" # used to determine the best model
monitor_mode: "max" # metric operation mode "min" or "max" monitor_mode: "max" # metric operation mode "min" or "max"
......
...@@ -38,7 +38,6 @@ trainer_cfg: ...@@ -38,7 +38,6 @@ trainer_cfg:
deterministic: False deterministic: False
benchmark: False benchmark: False
# fp16: True # enable fp16 training. Makes sense for supported hardware only!
monitor_key: "mAP_IoU_0.10_0.50_0.05_MaxDet_100" # used to determine the best model monitor_key: "mAP_IoU_0.10_0.50_0.05_MaxDet_100" # used to determine the best model
monitor_mode: "max" # metric operation mode "min" or "max" monitor_mode: "max" # metric operation mode "min" or "max"
......
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