Feature/azaytsev/formula fixes (#4622)

* Formula fix
This commit is contained in:
Andrey Zaytsev 2021-03-04 16:24:44 +03:00 committed by GitHub
parent 3daacb5e09
commit 78c4874432
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,9 @@
**Detailed description**: For each element from the input tensor calculates corresponding **Detailed description**: For each element from the input tensor calculates corresponding
element in the output tensor with the following formula: element in the output tensor with the following formula:
\f[ \f[
HSigmoid(x) = \frac{min(max(x + 3, 0), 6)}{6} HSigmoid(x) = \frac{min(max(x + 3, 0), 6)}{6}
\f] \f]
The HSigmoid operation is introduced in the following [article](https://arxiv.org/pdf/1905.02244.pdf). The HSigmoid operation is introduced in the following [article](https://arxiv.org/pdf/1905.02244.pdf).