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
There only exist channel shuffle setting and depthwise conv setting for 33 convolution, why didn't have group convolution for 11 kernel ?
The text was updated successfully, but these errors were encountered:
@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" } } }
Sorry, something went wrong.
No branches or pull requests
There only exist channel shuffle setting and depthwise conv setting for 33 convolution, why didn't have group convolution for 11 kernel ?
The text was updated successfully, but these errors were encountered: