BraTS2018-tumor-segmentation
BraTS2018-tumor-segmentation copied to clipboard
Problem in UNet Architecture
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?
Shouldn't it be y = self.bn3(self.conv3(y)) at line 46 ?