HDenseUet icon indicating copy to clipboard operation
HDenseUet copied to clipboard

Something confused about 'scale' module in denseUnet network

Open Alagirl opened this issue 5 years ago • 3 comments

I am confused about 'scale' module in denseUnet network.Could you tell me what 'scale' module do in the network?Thank you so much!

Alagirl avatar Dec 22 '19 06:12 Alagirl

it is familiar with Normalization. X_new = X_old * alpha + beta. At the initial stage, alpha = 1 beta = 0

thangylvp avatar Dec 26 '19 03:12 thangylvp

Oh I know.Thanks a lot!

Alagirl avatar Dec 30 '19 02:12 Alagirl

Is setting the parameter "affine=True" in nn.BatchNorm2d() the same as your ""scale?

guolihong avatar May 02 '20 10:05 guolihong