You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@taki0112 not reduction a,b,c . I mean it should be like :
x = squeeze_excatation_layer(x)
x = x * 0.1
x = init + x
should not be added after the inception_resnet_a ,b ,c
I change the structure and it performance much better
The SE block does not matter where you put it.
In the case of keras code, he put it after the inception block you mentioned and put it after the reduction block.
hi, I think squeeze_excitation_layer should be added after inception block ,not inception_resnet block
Am I right ?
The text was updated successfully, but these errors were encountered: