You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: