mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 05:36:17 +08:00
* [Improvement] Move train_cfg/test_cfg inside model * fixed config dict * fixed config dict
7 lines
268 B
Python
7 lines
268 B
Python
_base_ = [
|
|
'../_base_/models/deeplabv3_unet_s5-d16.py', '../_base_/datasets/hrf.py',
|
|
'../_base_/default_runtime.py', '../_base_/schedules/schedule_40k.py'
|
|
]
|
|
model = dict(test_cfg=dict(crop_size=(256, 256), stride=(170, 170)))
|
|
evaluation = dict(metric='mDice')
|