mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 00:36:50 +08:00
* Add DNLHead * add configs * add weight decay mult * add norm back * Update README.md * matched inference performance * Fixed shape * sep conv_out * no norm * add norm back * complete model zoo * add tests * Add test forward * Add more test Co-authored-by: Jiarui XU <xvjiarui0826@gmail.com>
3 lines
130 B
Python
3 lines
130 B
Python
_base_ = './dnl_r50-d8_769x769_80k_cityscapes.py'
|
|
model = dict(pretrained='open-mmlab://resnet101_v1c', backbone=dict(depth=101))
|