keras-squeeze-excite-network icon indicating copy to clipboard operation
keras-squeeze-excite-network copied to clipboard

SE-DenseNet model architecture is not printing right. can you please look at it?

Open prativadas opened this issue 5 years ago • 1 comments

while I try to print the SE-DenseNet model it doesn't print the SE blocks after every dense layer within each dense block. While in SE-ResNet it is printing the SE-blocks. can you look into it and tell me what's wrong?

prativadas avatar Dec 26 '19 18:12 prativadas

The se blocks are not a layer, just a set of additional convolutions. They will not have the name "se" attached to them.

titu1994 avatar Dec 26 '19 20:12 titu1994