ResUnet icon indicating copy to clipboard operation
ResUnet copied to clipboard

Implementation Questions

Open nkoser opened this issue 1 year ago • 0 comments

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

nkoser avatar Sep 12 '22 11:09 nkoser