TensorFlow-Xception icon indicating copy to clipboard operation
TensorFlow-Xception copied to clipboard

Is 1024 correct dim for residual layer in xception exit flow?

Open souschefistry opened this issue 6 years ago • 0 comments

Hi @kwotsin,

A bunch of thanks for implementing the xception network on tensorflow. I am looking at page-5 of xception paper (xception) and noticed that in your implementation exit flow residual layer have been initialized at 1024 instead of 728 coming from middle flow (ref: https://github.com/kwotsin/TensorFlow-Xception/blob/3b8c8d131e22ad3e3ea552872d648546deb084e3/xception.py#L117). Is this intentional? Please excuse if I am missing something obvious.

Thanks, -- d

souschefistry avatar Apr 06 '18 07:04 souschefistry