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