EDANet icon indicating copy to clipboard operation
EDANet copied to clipboard

The figure problem

Open Reagan1311 opened this issue 7 years ago • 1 comments

After reproducing your network, I found this figure in your paper may lead to some understanding, as each EDA module didn't take all preceding feature maps as input, so it's different from DenseNet. image

Reagan1311 avatar Jan 11 '19 01:01 Reagan1311

DenseNet also has several Dense Block, and there is a transition layer between every two adjacent blocks. In my work, EDA Blocks can be corresponding to Dense Blocks, and Downsampling Blocks can be corresponding to transition layers. Therefore, it seems nothing wrong in my paper. It is more precise to say "each EDA module takes all preceding feature maps in the current EDA Block as input". Thanks for your question!

shaoyuanlo avatar Jan 15 '19 14:01 shaoyuanlo