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

About the freeze_train option in train.py

Open minimini-1 opened this issue 2 years ago • 2 comments

Hi, thanks for the great code.

I have a question about the option in train.py Is there a difference of the Freeze_Train and pretrained ?

And if Freeze_Train is Ture, what is differece for while train a model ? How does it affect miou performance?

Thank you.

minimini-1 avatar Jun 05 '23 09:06 minimini-1

There are some texts in the train.py in Chinese explained the function of freeze training , you can translate line 114 to line 150 into Korean. I got better mIoU using Unfreeze Train .

SchuckLee avatar Aug 02 '23 09:08 SchuckLee

yeap

bubbliiiing avatar Aug 04 '23 16:08 bubbliiiing