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'.
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'.