From 78c48744321d427c15d06b8803a2d5e01b59c76a Mon Sep 17 00:00:00 2001 From: Andrey Zaytsev Date: Thu, 4 Mar 2021 16:24:44 +0300 Subject: [PATCH] Feature/azaytsev/formula fixes (#4622) * Formula fix --- docs/ops/activation/HSigmoid_5.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ops/activation/HSigmoid_5.md b/docs/ops/activation/HSigmoid_5.md index 412ceb4214f..ee9e592d4e2 100644 --- a/docs/ops/activation/HSigmoid_5.md +++ b/docs/ops/activation/HSigmoid_5.md @@ -9,9 +9,9 @@ **Detailed description**: For each element from the input tensor calculates corresponding element in the output tensor with the following formula: - \f[ - HSigmoid(x) = \frac{min(max(x + 3, 0), 6)}{6} - \f] +\f[ +HSigmoid(x) = \frac{min(max(x + 3, 0), 6)}{6} +\f] The HSigmoid operation is introduced in the following [article](https://arxiv.org/pdf/1905.02244.pdf).