Open Attila94 opened 5 years ago
Shouldn't the order of conv2d and relu in ConvBlock and ConvUpscaleBlock be the other way around? E.g. swap lines 14/15 and 23/24 in RefineNet.py?
conv2d
relu
ConvBlock
ConvUpscaleBlock
Shouldn't the order of
conv2d
andrelu
inConvBlock
andConvUpscaleBlock
be the other way around? E.g. swap lines 14/15 and 23/24 in RefineNet.py?