bfortuner / pytorch_tiramisu

FC-DenseNet in PyTorch for Semantic Segmentation
MIT License
306 stars 66 forks source link

DenseNet is the concatenation operation #19

Open luckyxianxian opened 5 years ago

luckyxianxian commented 5 years ago

In your code you do DenseNet with the sum operation, which is the operation in paper ResNet. And DenseNet is the concatenation operation. This is probably why you have more code parameters than FC-DenseNet itself.