This is a implementation of L1 Loss Layer in Caffe.
- Put the files in corresponding location.
- Compile and test
make -j
make test -j
make runtest GTEST_FILTER='L1LossLayerTest/*'
See this blog for more detail infomation.
This is a implementation of L1 Loss Layer in Caffe.
make -j
make test -j
make runtest GTEST_FILTER='L1LossLayerTest/*'
See this blog for more detail infomation.