mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
* rename ann configs * update ann yml * update * update * update * update * update * update ann readme * update * update deeplabv3 * update readme * fix yml * fix beit
7 lines
198 B
Python
7 lines
198 B
Python
_base_ = ['./setr_vit-l-mla_8xb1-160k_ade20k-512x512.py']
|
|
|
|
# num_gpus: 8 -> batch_size: 16
|
|
train_dataloader = dict(batch_size=2)
|
|
val_dataloader = dict(batch_size=1)
|
|
test_dataloader = val_dataloader
|