AlphAction icon indicating copy to clipboard operation
AlphAction copied to clipboard

Why FrozenBN ?

Open fightingaaa opened this issue 3 years ago • 0 comments

thanks for this great work!!! but I have a question, in the backbone ,you use FrozenBatchNorm3d:

self.running_mean.zero_() self.running_var.fill_(1) set the running_mean to zero,var to1.

but why not keep running_mean and running_var the same as pretrained models? make this module.eval(). waiting for answers, Thanks!!!

fightingaaa avatar Mar 02 '21 07:03 fightingaaa