Update CostLayer.h

release/0.10.0
Yuan Gao 9 years ago committed by GitHub
parent 1ec66a334b
commit b3313f2b6d

@ -164,8 +164,8 @@ public:
* tasks.
* \f[
* L =
* output - label / -1 < (output - label) < 1 /
* sign(output - label) / otherwise /
* (output - label)^2 * 0.5 / -1 < (output - label) < 1 /
* (output - label) - 0.5 / otherwise /
* \f]
*/
class SmoothL1CostLayer : public CostLayer {

Loading…
Cancel
Save