meetps / pytorch-semseg

Semantic Segmentation Architectures Implemented in PyTorch
https://meetshah.dev/semantic-segmentation/deep-learning/pytorch/visdom/2017/06/01/semantic-segmentation-over-the-years.html
MIT License
3.39k stars 796 forks source link

Channel Configuration in the last FRRU block. #205

Open Jazzcharles opened 5 years ago

Jazzcharles commented 5 years ago

In the original FRRN paper, the output channel of the last FRRU block was 96 and you chose 48. Are there any specific reasons?