This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fixed doc for GELU
tags/v0.5.0-beta
jiangjinsheng
5 years ago
parent
a221097942
commit
f17c070fb6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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`.
Write
Preview
Loading…
Cancel
Save