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

Conv2D in Stage0 (Beginning) not mentioned in paper #18

Open
oconnor127 opened this issue Oct 20, 2023 · 1 comment
Open

Conv2D in Stage0 (Beginning) not mentioned in paper #18

oconnor127 opened this issue Oct 20, 2023 · 1 comment

Comments

@oconnor127
Copy link

Hey,
I just have a look at your implementation and the resulting reparametrized graph and see that you have a conv2D at the very beginning (stage0) of your network, which is not stated in the paper (neither the conv2d nor stage0, the paper begins with stage1)... Is there an issue ? Am I wrong ?

@oconnor127
Copy link
Author

Besides that, counting the depthwise+pointwiseconv2d layer in your model yield to 42 layer in total (excluding the first one mentioned above).. According to your paper that should be 44 depthwise+pointwise conv2d layers (22 Blocks)... Where and why did you leave away some layers ? For the sake of runtime ?

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