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
!3861
[MS][LITE]fix benchmark inf error problem
Merge pull request
!3861
from cjh9368/fix_benchmark_inf_bug
tags/v0.7.0-beta
mindspore-ci-bot
Gitee
5 years ago
parent
4edcce367d
5eed256f1a
commit
8cef3ad328
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
mindspore/lite/tools/benchmark/benchmark.cc
+ 0
- 1
mindspore/lite/tools/benchmark/benchmark.cc
View File
@@ -201,7 +201,6 @@ float Benchmark::CompareData(const std::string &nodeName, std::vector<int> msSha
}
std::cout << std::endl;
if (meanError > 0.0f) {
errorCount = 0;
meanError /= errorCount;
}
Write
Preview
Loading…
Cancel
Save