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.
2 parents f5e9b44 + 1978626 commit 58df8d1Copy full SHA for 58df8d1
PhysicsTools/ONNXRuntime/src/ONNXRuntime.cc
@@ -19,7 +19,7 @@ namespace cms::Ort {
19
20
using namespace ::Ort;
21
22
- const Env ONNXRuntime::env_(ORT_LOGGING_LEVEL_WARNING, "");
+ const Env ONNXRuntime::env_(ORT_LOGGING_LEVEL_ERROR, "");
23
24
ONNXRuntime::ONNXRuntime(const std::string& model_path, const SessionOptions* session_options) {
25
// create session
0 commit comments