BraTS2018-tumor-segmentation icon indicating copy to clipboard operation
BraTS2018-tumor-segmentation copied to clipboard

Problem in UNet Architecture

Open thanhhau097 opened this issue 4 years ago • 1 comments

I found a variable y wasn't used in this line: https://github.com/pykao/BraTS2018-tumor-segmentation/blob/master/models/unet.py#L43 Could you consider this case?

thanhhau097 avatar Feb 22 '20 22:02 thanhhau097

Shouldn't it be y = self.bn3(self.conv3(y)) at line 46 ?

antoyang avatar Mar 18 '20 19:03 antoyang