RepLKNet-pytorch
RepLKNet-pytorch copied to clipboard
About seg fine-tuning
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?
Hello, do you also use mmseg? Can we talk about it? My wechat is tametamet
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.