Skip to content

Commit c8cb2c3

Browse files
authored
Update classification.cpp (#280)
1 parent 301de96 commit c8cb2c3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

script/app-mlperf-inference-ctuning-cpp-tflite/armnn/classification.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -422,12 +422,6 @@ void TestSingleStream(Program *prg) {
422422
? mlperf::TestMode::FindPeakPerformance
423423
: mlperf::TestMode::SubmissionRun;
424424

425-
if (ts.FromConfig(mlperf_conf_path, model_name, scenario_string)) {
426-
std::cout << "Issue with mlperf.conf file at " << mlperf_conf_path
427-
<< std::endl;
428-
exit(1);
429-
}
430-
431425
if (ts.FromConfig(user_conf_path, model_name, scenario_string)) {
432426
std::cout << "Issue with user.conf file at " << user_conf_path << std::endl;
433427
exit(1);

0 commit comments

Comments
 (0)