https://github.com/Tramac/Lightweight-Segmentation/blob/71bf91f3d5b946a046becfd5d8667e8a0f80d630/light/model/mobilenetv3_seg.py#L17 It should be: inter_channels = 112 if mode == 'large' else 24 by the way, mode == 'small' might be wrong too
Lightweight-Segmentation/light/model/mobilenetv3_seg.py
Line 17 in 71bf91f
It should be:
inter_channels = 112 if mode == 'large' else 24
by the way, mode == 'small' might be wrong too