facebookarchive / C3D

C3D is a modified version of BVLC caffe to support 3D ConvNets.
Other
1.16k stars 507 forks source link

Unknown layer type: SmoothL1Loss #395

Open BioITWorker opened 6 years ago

BioITWorker commented 6 years ago

Is anybody can direct me how to fix the error "Unknown layer type: SmoothL1Loss" ,I have check the path "C3D/C3D-v1.1/src/caffe/layers" where don't have this layer code , when I copy a SmoothL1Loss_cu.cpp from BLVC caffe ,error happened still. ,thx very much

dksakkos commented 6 years ago

Did you copy both cpp and cu files? Did you recompile Caffe after copying?

BioITWorker commented 6 years ago

I'm sure I copy both cpp and cu files. and then recompile .so what's the next I can try?