Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 346 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 346 Bytes

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.