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
fix benchmark inf error
tags/v0.7.0-beta
cjh9368
5 years ago
parent
1b69923472
commit
5eed256f1a
1 changed files
with
0 additions
and
1 deletions
Unified 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;
std::cout << std::endl;
if (meanError > 0.0f) {
if (meanError > 0.0f) {
errorCount = 0;
meanError /= errorCount;
meanError /= errorCount;
}
}
Write
Preview
Loading…
Cancel
Save