open-mmlab / mmsegmentation

OpenMMLab Semantic Segmentation Toolbox and Benchmark.
https://mmsegmentation.readthedocs.io/en/main/
Apache License 2.0
7.68k stars 2.53k forks source link

[Fix] bug fix for old MMCV format for mobilenetv3 configs file (changed to MMEngine format) #3675

Open tackhwa opened 1 month ago

tackhwa commented 1 month ago

the configs file for mobilenetv3 is using "schedule_160k.py" , which is not fulfill training setting in this link. It should be 320k iterations instead of 160k. and the "Runner" is deleted as it is old MMCV format configs.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

tackhwa commented 1 month ago

@xiexinch could you check this pr, please。