Browse Source

fixed doc for GELU

tags/v0.5.0-beta
jiangjinsheng 5 years ago
parent
commit
f17c070fb6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/nn/layer/activation.py

+ 1
- 1
mindspore/nn/layer/activation.py View File

@@ -303,7 +303,7 @@ class GELU(Cell):
of standard Gaussian distribution and :math:`x_i` is the element of the input.

Inputs:
- **input_data** (Tensor) - The input of Tanh.
- **input_data** (Tensor) - The input of GELU.

Outputs:
Tensor, with the same type and shape as the `input_data`.


Loading…
Cancel
Save