MSRF-Net icon indicating copy to clipboard operation
MSRF-Net copied to clipboard

spatial_att_block - bias of conv can be set to False since Batch Norm is applied afterwards

Open dvorst opened this issue 3 years ago • 0 comments

The bias of the convolutional layer below can be set to False, since batch normalization is applied afterwards.

https://github.com/NoviceMAn-prog/MSRF-Net/blob/60e23734d94d340b9d89b64e7f9e2636b6f96c0f/model.py#L39-L40

dvorst avatar Feb 04 '22 11:02 dvorst