Closed lamaeldo closed 1 year ago
I usually fine-tune from the default model for a fixed number of epochs (50 for reasonably sized datasets) with a cosine schedule.
Do you think segmentation keeps improving even after the weighted IoU curve flattens out?
Thanks for the advice!
May I recommend turning this into a page on the doc ?
@PonteIneptique @colibrisson @rohanchn If any of you feel like integrating all of this into the training notes I'd gladly merge a pull request. I probably won't find the time in the next few days.
Hello @mittagessen, I have some questions regarding the segmentation training: -First, what would you advice as metrics to watch? I read #262 and #263 , but I really struggle to make sense of the metrics. In all my attempts,
accuracy
andmean_accuracy
skyrocket in a few epochs to >.99 values, whereasfreq_iu
rises gradually andmean_iu
lags behind. Is, then,mean_iu
the best metric to focus on? -On the topic of the lr scheduler, do you have any information on which usually performs the best?