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

disable learning rate warmup

parent 5893d611
...@@ -297,7 +297,7 @@ def panoptic_deeplab_coco() -> cfg.ExperimentConfig: ...@@ -297,7 +297,7 @@ def panoptic_deeplab_coco() -> cfg.ExperimentConfig:
'warmup': { 'warmup': {
'type': 'linear', 'type': 'linear',
'linear': { 'linear': {
'warmup_steps': 4 * steps_per_epoch, 'warmup_steps': 0,
'warmup_learning_rate': 0 '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