titu1994 / Inception-v4

Inception-v4, Inception - Resnet-v1 and v2 Architectures in Keras
MIT License
385 stars 172 forks source link

Global Averaging Map Size in Inception_ResNet_v2 #1

Closed pengpaiSH closed 8 years ago

pengpaiSH commented 8 years ago

In the implementation of inception_resnet_v2, the penultimate layer is a global average layer.

 x = AveragePooling2D((7,7))(x)

Why the pooling size window is not (8,8) as inception_resnet_v1?

titu1994 commented 8 years ago

That was a mistake. Corrected in the last commit.

On Jul 21, 2016 13:10, "Pai Peng" notifications@github.com wrote:

In the implementation of inception_resnet_v2, the penultimate layer is a global average layer.

x = AveragePooling2D((7,7))(x)

Why the pooling size window is not (8,8) as inception_resnet_v1?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/titu1994/Inception-v4/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AC6EmgWiqXz_Kp34W44MXftWeZGpmD1Wks5qXyJvgaJpZM4JRhpL .