mmsegmentation/configs/setr/setr_vit-l_mla_8xb2-160k_ade20k-512x512.py
谢昕辰 a3a144a361
[Refactor] Update config names (#1964)
* rename ann configs

* update ann yml

* update

* update

* update

* update

* update

* update ann readme

* update

* update deeplabv3

* update readme

* fix yml

* fix beit
2022-08-26 18:48:56 +08:00

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