segformer-pytorch
segformer-pytorch copied to clipboard
About the freeze_train option in train.py
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.
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 .
yeap