We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301de96 commit c8cb2c3Copy full SHA for c8cb2c3
script/app-mlperf-inference-ctuning-cpp-tflite/armnn/classification.cpp
@@ -422,12 +422,6 @@ void TestSingleStream(Program *prg) {
422
? mlperf::TestMode::FindPeakPerformance
423
: mlperf::TestMode::SubmissionRun;
424
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
-
431
if (ts.FromConfig(user_conf_path, model_name, scenario_string)) {
432
std::cout << "Issue with user.conf file at " << user_conf_path << std::endl;
433
exit(1);
0 commit comments