This repository was archived by the owner on Nov 17, 2023. It is now read-only.
C++ Inference Accuracy is row.. #19847
Unanswered
seungtaek94
asked this question in
Q&A
Replies: 3 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @seungtaek94 , have you solved this problem yet? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi @seungtaek94 , do you know what the problem is and how to solve it? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I trained my classification model(5 classes) in python(This model).
And i tried to load that model in c++ environment.
I got 91% Accuracy in pyhton,
But i got less then 40% Accuracy in C++.
I followed this inference example exactly.
c++ inference example log:
And below exception occurred when i run that example.
Env:
training
inference
Beta Was this translation helpful? Give feedback.
All reactions