!4708 Fixed indentation in Bijector Softplus comments

Merge pull request !4708 from XunDeng/scalar_affine_softplus
This commit is contained in:
mindspore-ci-bot 2020-08-19 09:11:32 +08:00 committed by Gitee
commit 665d8228ff
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class Softplus(Bijector):
This Bijector performs the operation, where k is the sharpness factor.
.. math::
Y = \frac{\log(1 + e ^ {kX})}{k}
Y = \frac{\log(1 + e ^ {kX})}{k}
Args:
sharpness (float): scale factor. Default: 1.0.