RepLKNet-pytorch icon indicating copy to clipboard operation
RepLKNet-pytorch copied to clipboard

About seg fine-tuning

Open heikeyuhuajia opened this issue 3 years ago • 2 comments

Hello, I want to perform fine-tuning in the split task, but I can't find some_config.py in the command line. Do I need to write it myself?

heikeyuhuajia avatar Jul 06 '22 14:07 heikeyuhuajia

Hello, do you also use mmseg? Can we talk about it? My wechat is tametamet

tthupup avatar Jul 13 '22 13:07 tthupup

Hi, in MMSegmentation, a training task is defined by a config file. Here some_config.py refers to any config file we have provided. You need to download the weights of a pretrained backbone model and use the corresponding config file to start the training.

DingXiaoH avatar Jul 18 '22 07:07 DingXiaoH