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
Lower expectation of accuracy after 1 epoch of training from 0.35 to 0.2
tags/v0.5.0-beta
yanghaoran
5 years ago
parent
444d9484d7
commit
8005494e04
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tests/st/tbe_networks/test_resnet_cifar_1p.py
+ 1
- 1
tests/st/tbe_networks/test_resnet_cifar_1p.py
View File
@@ -163,4 +163,4 @@ def test_resnet_cifar_1p():
acc = train_process(epoch_size, num_classes, batch_size)
os.system("rm -rf kernel_meta")
print("End training...")
assert acc['acc'] > 0.
35
assert acc['acc'] > 0.
20
Write
Preview
Loading…
Cancel
Save