keras-squeeze-excite-network
keras-squeeze-excite-network copied to clipboard
SE-DenseNet model architecture is not printing right. can you please look at it?
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?
The se blocks are not a layer, just a set of additional convolutions. They will not have the name "se" attached to them.