Unverified Commit a46df936 authored by srihari-humbarwadi's avatar srihari-humbarwadi
Browse files

set learning rate warmup steps

parent 0fa40953
......@@ -297,7 +297,7 @@ def panoptic_deeplab_coco() -> cfg.ExperimentConfig:
'warmup': {
'type': 'linear',
'linear': {
'warmup_steps': 0,
'warmup_steps': 2000,
'warmup_learning_rate': 0
}
}
......
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