[f1e01c]: / configs / stdc / stdc1_512x1024_80k_cityscapes.py

Download this file

10 lines (9 with data), 270 Bytes

1
2
3
4
5
6
7
8
9
_base_ = [
'../_base_/models/stdc.py', '../_base_/datasets/cityscapes.py',
'../_base_/default_runtime.py', '../_base_/schedules/schedule_80k.py'
]
lr_config = dict(warmup='linear', warmup_iters=1000)
data = dict(
samples_per_gpu=12,
workers_per_gpu=4,
)