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

what do the parameters “dilation_h”、“dilation_w” mean in function im2col_cpu #3709

Closed
Eniac-Xie opened this issue Feb 24, 2016 · 1 comment

Comments

@Eniac-Xie
Copy link

Hello everyone!

Could you tell me what is the purpose of the parameters “dilation_h”、“dilation_w” in function im2col_cpu:

template
void im2col_cpu(const Dtype* data_im, const int channels,
const int height, const int width, const int kernel_h, const int kernel_w,
const int pad_h, const int pad_w,
const int stride_h, const int stride_w,
const int dilation_h, const int dilation_w,
Dtype* data_col)

@shelhamer
Copy link
Member

See #3452 and https://github.com/BVLC/caffe/blob/master/src/caffe/proto/caffe.proto#L556-L559.

Please ask usage questions on the mailing list. From https://github.com/BVLC/caffe/blob/master/CONTRIBUTING.md:

Please do not post usage, installation, or modeling questions, or other requests for help to Issues.
Use the caffe-users list instead. This helps developers maintain a clear, uncluttered, and efficient view of the state of Caffe.

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