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 got compile error #8

Closed
hangil55 opened this issue Dec 20, 2017 · 3 comments
Closed

I got compile error #8

hangil55 opened this issue Dec 20, 2017 · 3 comments

Comments

@hangil55
Copy link

I got message saying that
src/caffe/layers/deformable_conv_layer.cpp:213:16: error: ‘const class caffe::DeformableConvolutionParameter’ has no member named ‘group’

I am using cuda 8.0 & cudnn 5.1

@unsky
Copy link
Owner

unsky commented Dec 20, 2017

caffe.prototxt is right?

@unsky
Copy link
Owner

unsky commented Dec 20, 2017

readme have some mistake, use caffe.protxt in deformable_conv_cxx

@hangil55
Copy link
Author

I complete this issue. thanks
There are not exist "optional uint32 group = 5 [default = 1];" in deformable_conv_cxx.
(I added that line and make it compile)
Thank you

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