Skip to content

Commit

Permalink
[docs] fix link to AbsVal layer
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Oct 3, 2017
1 parent ef2eb4b commit fac7434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Layers:
* [ELU](layers/elu.html) - exponential linear rectification.
* [Sigmoid](layers/sigmoid.html)
* [TanH](layers/tanh.html)
* [Absolute Value](layers/abs.html)
* [Absolute Value](layers/absval.html)
* [Power](layers/power.html) - f(x) = (shift + scale * x) ^ power.
* [Exp](layers/exp.html) - f(x) = base ^ (shift + scale * x).
* [Log](layers/log.html) - f(x) = log(x).
Expand Down

0 comments on commit fac7434

Please sign in to comment.