the wordy inference.py #2530
Unanswered
JoJoistheBestOne
asked this question in
General
Replies: 1 comment
-
the scripts are references, modify it as you see fit |
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.
-
hi, recently i want to train a 2-class image classification, all i want is the label(value 1)'s prediction and gt, then i can draw pr and confusion matrix, when i use the
inference.py', i think it's way too much, it supports top-2, top-k, which will modify the position of prediction scores, and the
inference.py' is shortly for just number, but it's not convient for later analysis.all i want is can we just support the basic function instead of nicely wrapped, leaving the analysis to the later scripts?
Beta Was this translation helpful? Give feedback.
All reactions