caffe2_cpp_tutorial icon indicating copy to clipboard operation
caffe2_cpp_tutorial copied to clipboard

Cannot create operator of type '*****' on the device 'CUDA'.

Open hxw111 opened this issue 8 years ago • 0 comments

I got an error in my own code, it seems that the 'AffineChannel' op is not implemented by cuda in caffe c++.Anyone get a similar error? Are there some tricks to solve the problem?

WARNING: Logging before InitGoogleLogging() is written to STDERR E0127 10:30:38.059101 13294 operator.cc:130] Cannot find operator schema for AffineChannel. Will skip schema checking. terminate called after throwing an instance of 'caffe2::EnforceNotMet' what(): [enforce fail at operator.cc:190] op. Cannot create operator of type 'AffineChannel' on the device 'CUDA'.

hxw111 avatar Jan 27 '18 02:01 hxw111