mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
5 lines
114 B
Python
5 lines
114 B
Python
|
_base_ = ['./setr_mla_512x512_160k_b8_ade20k.py']
|
||
|
|
||
|
# num_gpus: 8 -> batch_size: 16
|
||
|
data = dict(samples_per_gpu=2)
|