Browse Source

fixed indentation in Softplus comments

tags/v0.7.0-beta
Xun Deng 5 years ago
parent
commit
42c81e526c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/nn/probability/bijector/softplus.py

+ 1
- 1
mindspore/nn/probability/bijector/softplus.py 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.


Loading…
Cancel
Save