titu1994 / keras-squeeze-excite-network

Implementation of Squeeze and Excitation Networks in Keras
MIT License
400 stars 118 forks source link

the networks is inconsistent with hujie-frank/SENet #1

Closed lc82111 closed 7 years ago

lc82111 commented 7 years ago

Thank you for your keras implementation which is very helpfull. But, I found several inconsistencies. For example, the first conv layer should do stride (2, 2) conv. For example, the residual block should have THREE rather than TWO conv layer.

titu1994 commented 7 years ago

Fixed. Its not an exact match to the original resnet paper, because it is based on the Keras port of the ResNet50 model.