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

group conv layer #2

Open
runningJ opened this issue Jul 7, 2017 · 3 comments
Open

group conv layer #2

runningJ opened this issue Jul 7, 2017 · 3 comments

Comments

@runningJ
Copy link

runningJ commented Jul 7, 2017

can you share group conv layer?

@zunzhumu
Copy link
Owner

zunzhumu commented Jul 7, 2017

@runningJ Sorry. You can try to complete the group conv layer by caffe code. Gook luck!

@fishman2008
Copy link

I follow the caffe implementation and put a for.loop outside of gemm. I have properly checked the value of weight_offset, col_offset, and output_offset. Nothing is modified. The group value is set to be l.c, known as input channel number. I got the access violation error. Could you provide any guidelines? Thanks. what else should I change?

@zunzhumu
Copy link
Owner

@fishman2008 I changed the size of l.weights of convolution layer (Turn l.cl.nl.sizel.size into l.cl.nl.sizel.size/l.group in convolutional_layer.c of make_convolutional_layer function ). I'm not sure where your mistake is, unless it is provided provide the picture of your error. Good Luck!

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

3 participants