FC-DenseNet icon indicating copy to clipboard operation
FC-DenseNet copied to clipboard

Error in paper? Figure 1

Open Faur opened this issue 7 years ago • 3 comments

I am wondering if there isn't an error in Figure 1. In order to get m=256 in the last conv. layer there must be a skip connection around the last dense block in the upsampling path, which is valid, since there aren't any transition up blocks

image

Faur avatar Oct 18 '17 07:10 Faur

I believe you are right - See Issues #9 and #19.

decrispell avatar Oct 19 '17 02:10 decrispell

Yes, thank you!

Faur avatar Oct 20 '17 09:10 Faur

According to your code and my understanding of the functionality of a dense block, there should also be a concatenation "around" the bottleneck dense block (concatenate input and output of bottleneck), otherwise number of feature maps dosen't match ... Am I right?

pjohh avatar Jan 23 '18 14:01 pjohh