mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
9 lines
223 B
Python
9 lines
223 B
Python
|
_base_ = [
|
||
|
'../_base_/models/erfnet_fcn.py', '../_base_/datasets/cityscapes.py',
|
||
|
'../_base_/default_runtime.py', '../_base_/schedules/schedule_160k.py'
|
||
|
]
|
||
|
data = dict(
|
||
|
samples_per_gpu=4,
|
||
|
workers_per_gpu=4,
|
||
|
)
|