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 stride correct #13

Closed
liyangliu opened this issue Jun 4, 2019 · 2 comments
Closed

Is stride correct #13

liyangliu opened this issue Jun 4, 2019 · 2 comments

Comments

@liyangliu
Copy link

I find that in the original paper strides for 7 stages (stage 2-8 in the following table)are:
image
1, 2, 2, 1, 2, 2, 1
but in your code I find it is:
1, 2, 2, 2, 1, 2, 1
Did you do it intentionally or maybe I am wrong?

@fengfu-chris
Copy link

I find that in the original paper strides for 7 stages (stage 2-8 in the following table)are:
image
1, 2, 2, 1, 2, 2, 1
but in your code I find it is:
1, 2, 2, 2, 1, 2, 1
Did you do it intentionally or maybe I am wrong?

Code is correct, the original paper has mistake in writing.
tensorflow/tpu#383

@lukemelas
Copy link
Owner

lukemelas commented Jun 4, 2019

Thanks for the quick follow up, @fengfu-chris. At Fengfu said, the stride in the code is correct.

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

3 participants