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
!15027
add FusedSparseAdam Ascend docs
From:
@yanzhenxiang2020
Reviewed-by: @oacjiewen,@wuxuejian Signed-off-by:
@wuxuejian
tags/v1.2.0
mindspore-ci-bot
Gitee
5 years ago
parent
a419ef4dcd
1d7457efb5
commit
8b19b69fc7
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
mindspore/ops/operations/nn_ops.py
+ 2
- 2
mindspore/ops/operations/nn_ops.py
View File
@@ -4410,7 +4410,7 @@ class FusedSparseAdam(PrimitiveWithInfer):
`gradient` or `indices` is not float32.
Supported Platforms:
``CPU``
``
Ascend`` ``
CPU``
Examples:
>>> import numpy as np
@@ -4558,7 +4558,7 @@ class FusedSparseLazyAdam(PrimitiveWithInfer):
TypeError: If dtype of `indices` is not int32.
Supported Platforms:
``CPU``
``
Ascend`` ``
CPU``
Examples:
>>> import numpy as np
Write
Preview
Loading…
Cancel
Save