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

I didn't find pointwise group conv in your deploy.prototxt #24

Open
wujiyang opened this issue May 19, 2018 · 1 comment
Open

I didn't find pointwise group conv in your deploy.prototxt #24

wujiyang opened this issue May 19, 2018 · 1 comment

Comments

@wujiyang
Copy link

There only exist channel shuffle setting and depthwise conv setting for 33 convolution, why didn't have group convolution for 11 kernel ?

@farmingyard
Copy link
Owner

@wujiyang
You can find 1x1 group convolution in the deploy file, for example:
layer {
name: "resx1_conv3"
type: "Convolution"
bottom: "resx1_conv2"
top: "resx1_conv3"
convolution_param {
num_output: 216
kernel_size: 1
stride: 1
pad: 0
group: 3
bias_term: false
weight_filler {
type: "msra"
}
}
}

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