zijundeng / pytorch-semantic-segmentation

PyTorch for Semantic Segmentation
MIT License
1.73k stars 393 forks source link

Typos in the FCN model #59

Open JiahuiSun opened 4 years ago

JiahuiSun commented 4 years ago

I found some strange settings: score_pool4 = self.score_pool4(0.01 * pool4) score_pool3 = self.score_pool3(0.0001 * pool3) but in my experiments, the model without 0.01 and 0.0001 performs better than the original one.