caffe-fast-rcnn
caffe-fast-rcnn copied to clipboard
CPU version of smooth L1 loss layer implemented based
CPU version of smooth L1 loss layer implemented based on the GPU version. Peer review requested.
@patricio-astudillo @rbgirshick I implemented the code based on GPU code of smooth l1 loss, but the gpu code doesnt take weights into consideration in its back propagation. And the back propagation in this CPU implementation includes it. Is this a mistake or am I missing something?
How to use the CPU layer of SmoothL1Loss Layer? Just copy your code to the original one?