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

conv10 layer has pad 1 #32

Closed
psyhtest opened this issue Jan 18, 2017 · 3 comments
Closed

conv10 layer has pad 1 #32

psyhtest opened this issue Jan 18, 2017 · 3 comments

Comments

@psyhtest
Copy link

psyhtest commented Jan 18, 2017

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?

@forresti
Copy link
Owner

Duplicate issue. See #14

@psyhtest
Copy link
Author

@forresti Thanks! (I really should have guessed this as a compiler person used to generating correct if redundant code :))

@forresti
Copy link
Owner

Haha yup, that's exactly what happened. :)

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

2 participants