We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As noticed by @milakov, it's quite surprising to see the following 1x1 convolutional layer having the padding of 1:.
layer { name: "conv10" type: "Convolution" bottom: "fire9/concat" top: "conv10" convolution_param { num_output: 1000 pad: 1 kernel_size: 1 } }
Any comments?
The text was updated successfully, but these errors were encountered:
Duplicate issue. See #14
Sorry, something went wrong.
@forresti Thanks! (I really should have guessed this as a compiler person used to generating correct if redundant code :))
Haha yup, that's exactly what happened. :)
No branches or pull requests
As noticed by @milakov, it's quite surprising to see the following 1x1 convolutional layer having the padding of 1:.
Any comments?
The text was updated successfully, but these errors were encountered: