summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEvan Shelhamer <shelhamer@imaginarynumber.net>2017-10-03 14:20:13 -0700
committerGitHub <noreply@github.com>2017-10-03 14:20:13 -0700
commitfac74347106ea16140ace828e8d278716e4d4742 (patch)
treecad08272310b8d751f3ca793fa67c76e0d495c72 /docs
parentef2eb4b9369e4c0db5cfc92cc9c8e4d4497d421e (diff)
downloadcaffe-fac74347106ea16140ace828e8d278716e4d4742.tar.gz
caffe-fac74347106ea16140ace828e8d278716e4d4742.tar.bz2
caffe-fac74347106ea16140ace828e8d278716e4d4742.zip
[docs] fix link to `AbsVal` layer
Diffstat (limited to 'docs')
-rw-r--r--docs/tutorial/layers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/layers.md b/docs/tutorial/layers.md
index 2faacc58..78a46f3a 100644
--- a/docs/tutorial/layers.md
+++ b/docs/tutorial/layers.md
@@ -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).