You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any channel bias added would only affect the channel mean. Since BatchNorm2d is applied after Conv2d and will remove the channel mean, there's no point of adding bias to Conv2d.
To put it in another way, the gradient w.r.t. the conv bias will be zero anyway.
参考:kuangliu/pytorch-cifar#52
Any channel bias added would only affect the channel mean. Since BatchNorm2d is applied after Conv2d and will remove the channel mean, there's no point of adding bias to Conv2d.
To put it in another way, the gradient w.r.t. the conv bias will be zero anyway.
The text was updated successfully, but these errors were encountered: