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
commit
8cef3ad328
1 changed files with 0 additions and 1 deletions
  1. +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;
}



Loading…
Cancel
Save