Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
souschefistry opened this issue Apr 6, 2018 · 0 comments
Open

Comments

@souschefistry
Copy link

souschefistry commented Apr 6, 2018

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:

residual = slim.conv2d(net, 1024, [1,1], stride=2, scope='block12_res_conv')
). Is this intentional? Please excuse if I am missing something obvious.

Thanks,
-- d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant