MSRF-Net
MSRF-Net copied to clipboard
spatial_att_block - bias of conv can be set to False since Batch Norm is applied afterwards
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