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
!2379
remove ftrl operator st on pynative mode
Merge pull request
!2379
from zyli2020/change_ftrl_op_st
tags/v0.5.0-beta
mindspore-ci-bot
Gitee
5 years ago
parent
d4d0faaad9
eb68c9953d
commit
88a3c0fa53
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
tests/st/ops/gpu/test_ftrl_op.py
+ 0
- 2
tests/st/ops/gpu/test_ftrl_op.py
View File
@@ -74,5 +74,3 @@ def test_ftrl():
label = Tensor(np.array([0]).astype(np.int32))
loss = train_network(data, label)
losses2.append(loss.asnumpy())
assert losses2[0] > losses2[1]
assert losses2[1] > losses2[2]
Write
Preview
Loading…
Cancel
Save