caffe-mobilenet-v3
caffe-mobilenet-v3 copied to clipboard
about Squeeze-And-Excite in that block
I Notice that you don't add Squeeze-And-Excite in some block which is different from paper. why not add it?
I Notice that you don't add Squeeze-And-Excite in some block which is different from paper. why not add it?
I tried to implement the network architecture as described in the paper. Please specify the location of the problem you mentioned, I will check it.
怎么训练
Did you reproduce the paper's acc?
Did you reproduce the paper's acc?
Not yet, I just got 65% accuracy on v3_small and 70% accuracy on v3_large. I think there may be some training strategies that are not in the way mentioned in the paper.
hello, i want to kown why layer"conv2-1/dwise/scale" end with layer"conv2-1/dwise/scale-relu", while other "se" layer only have layer "scale"?