From fac74347106ea16140ace828e8d278716e4d4742 Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Tue, 3 Oct 2017 14:20:13 -0700 Subject: [PATCH] [docs] fix link to `AbsVal` layer --- docs/tutorial/layers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/layers.md b/docs/tutorial/layers.md index 2faacc5836d..78a46f3a7ee 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).