"sgl-kernel/vscode:/vscode.git/clone" did not exist on "110e0066735a3bd431c2640ae168fc040d7c0806"
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:
'warmup': {
'type': 'linear',
'linear': {
'warmup_steps': 4 * steps_per_epoch,
'warmup_steps': 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