Skip to content

Commit

Permalink
fixed a typo bug in l1 layer.
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeyos committed Jan 31, 2015
1 parent 93792f4 commit e7dab18
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 78 deletions.
154 changes: 77 additions & 77 deletions examples/filter_visualization_car_deeppy.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion include/caffe/loss_layers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ class L1LossLayer : public LossLayer<Dtype> {
vector<Blob<Dtype>*>* top);

virtual inline LayerParameter_LayerType type() const {
return LayerParameter_LayerType_EUCLIDEAN_LOSS;
return LayerParameter_LayerType_L1_LOSS;
}

/**
Expand Down

0 comments on commit e7dab18

Please sign in to comment.