https://github.com/rishikksh20/ResUnet/blob/01566c9ca77184ec7ecbd21ddb0681b5941e63f4/core/modules.py#L5 Hi, why is this order (BN,Relu,Conv,BN,..) used in the ResBlock and not the order(Conv,BN,Relu,Conv,...) as in the paper of the ResNet ? Many thanks and best regards
ResUnet/core/modules.py
Line 5 in 01566c9
Hi, why is this order (BN,Relu,Conv,BN,..) used in the ResBlock and not the order(Conv,BN,Relu,Conv,...) as in the paper of the ResNet ?
Many thanks and best regards