accessing predictions #686
Answered
by
tnowotny
mapuuuh
asked this question in
mlGeNN questions
-
Beta Was this translation helpful? Give feedback.
Answered by
tnowotny
Jun 2, 2025
Replies: 1 comment
-
Hi ... the output you have collected are the average voltages of the output neurons that are used to make the classification decisions. So, the predicted label is |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mapuuuh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi ... the output you have collected are the average voltages of the output neurons that are used to make the classification decisions. So, the predicted label is
numpy.argmax(preds[i])
.