Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_onnxruntime
Commits
c1906366
Commit
c1906366
authored
Jun 30, 2023
by
yangql
Browse files
Update Src/main.cpp
parent
b2196c15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
Src/main.cpp
Src/main.cpp
+1
-3
No files found.
Src/main.cpp
View file @
c1906366
...
...
@@ -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
;
}
\ No newline at end of file
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment