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
5 lines
211 B
Python
5 lines
211 B
Python
_base_ = './bisenetv1_r18-d32-in1k-pre_4xb4-160k_cityscapes-1024x1024.py'
|
|
train_dataloader = dict(batch_size=8, num_workers=4)
|
|
val_dataloader = dict(batch_size=1, num_workers=4)
|
|
test_dataloader = val_dataloader
|