Semantic-Segmentation-Suite
Semantic-Segmentation-Suite copied to clipboard
Conv2d/Relu order in Refinenet
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?