GeorgeSeif / Semantic-Segmentation-Suite

Semantic Segmentation Suite in TensorFlow. Implement, train, and test new Semantic Segmentation models easily!
2.5k stars 880 forks source link

Conv2d/Relu order in Refinenet #200

Open Attila94 opened 5 years ago

Attila94 commented 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?