ml-cvnets icon indicating copy to clipboard operation
ml-cvnets copied to clipboard

Significance of update_scales() during training

Open mmaaz60 opened this issue 2 years ago • 0 comments

Hi, Thank you for the great work.

I have a question related to the update_scales() function in VariableBatchSamplerDDP class. I see by default the code is not updating scales during training as self.scale_inc=False. As the code is there I am assuming that you could have tried enabling it. If so, may you provide the ablation results that you got with and without using update_scales() during training? Thank you

mmaaz60 avatar Mar 13 '22 13:03 mmaaz60