mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 07:09:42 +08:00
6 lines
216 B
Python
6 lines
216 B
Python
_base_ = [
|
|
'../_base_/models/pointrend_r50.py', '../_base_/datasets/cityscapes.py',
|
|
'../_base_/default_runtime.py', '../_base_/schedules/schedule_80k.py'
|
|
]
|
|
lr_config = dict(warmup='linear', warmup_iters=200)
|