facebookresearch / VMZ

VMZ: Model Zoo for Video Modeling
Apache License 2.0
1.04k stars 155 forks source link

What exactly is top5 accuracy? #17

Closed think-high closed 6 years ago

think-high commented 6 years ago

Hi,

I couldn't find a clear idea of top5 accuracy based on the paper. And based on my understanding from the code, it looks like it's the accuracy by considering the prediction as correct if any of the top 5 softmax values correspond to the correct label. Can someone help me verify this? And help me get the clear idea of the top5 accuracy?

Thanks, Rahul Bhojwani

dutran commented 6 years ago

@think-high it is correct.