yolo classify top1 top5 #997
Answered
by
Laughing-q
abhishekmamdapure
asked this question in
Q&A
|
While training the classification model I am getting top_5 as 1 all the time, what exactly is the significance of it, are the top_5 rows getting always 100% accuracy, and if that is true what about the top_1 changing everytime, someone please give a clarity of thought. |
Answered by
Laughing-q
Feb 16, 2023
Replies: 1 comment
|
@abhishekmamdapure hi, |
0 replies
Answer selected by
abhishekmamdapure
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

@abhishekmamdapure hi,
top5_accmeans the correct category among the top 5 with the highest prediction probability, and it could be 1 all the time.BTW
top1_accmeans the correct category among the top 1 with the highest prediction probability.