Commit c1906366 authored by yangql's avatar yangql
Browse files

Update Src/main.cpp

parent b2196c15
...@@ -50,8 +50,6 @@ int main() ...@@ -50,8 +50,6 @@ int main()
ortSamples::ResultOfPrediction prediction=resultOfPredictions[j]; ortSamples::ResultOfPrediction prediction=resultOfPredictions[j];
LOG_INFO(stdout,"label:%d,confidence:%f\n",prediction.label,prediction.confidence); LOG_INFO(stdout,"label:%d,confidence:%f\n",prediction.label,prediction.confidence);
} }
} }
return 0; return 0;
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment