"vscode:/vscode.git/clone" did not exist on "c3a1d7759f9a094c027ee2aa6dbd8fdb699e6b59"
Commit c1906366 authored by yangql's avatar yangql
Browse files

Update Src/main.cpp

parent b2196c15
......@@ -50,8 +50,6 @@ int main()
ortSamples::ResultOfPrediction prediction=resultOfPredictions[j];
LOG_INFO(stdout,"label:%d,confidence:%f\n",prediction.label,prediction.confidence);
}
}
return 0;
}
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