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

changed base lr

parent 7189e614
......@@ -283,7 +283,7 @@ def panoptic_deeplab_coco() -> cfg.ExperimentConfig:
},
'learning_rate': {
'polynomial': {
'initial_learning_rate': 0.001,
'initial_learning_rate': 0.0005,
'decay_steps': train_steps,
'end_learning_rate': 0.0,
'power': 0.9
......
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