/caffe-l1_loss_layer

Implementation of L1 Loss Layer in Caffe.

Primary LanguageC++

L1 Loss Layer in Caffe

This is a implementation of L1 Loss Layer in Caffe.

Usage

  1. Put the files in corresponding location.
  2. Compile and test
make -j
make test -j
make runtest GTEST_FILTER='L1LossLayerTest/*'

Others

See this blog for more detail infomation.