You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that there is a deviation from standard practice, during test time, the accuracy metric is just using 'top1' accuracy and it is not getting averaged across classes!
In short, two questions:
Why only top1 during test time? (and then, what does "origin" means, does that also mean Top1 test accu.)
Why not use the metrics from pytorch?
The text was updated successfully, but these errors were encountered:
I noticed that there is a deviation from standard practice, during test time, the accuracy metric is just using 'top1' accuracy and it is not getting averaged across classes!
In short, two questions:
Why only top1 during test time? (and then, what does "origin" means, does that also mean Top1 test accu.)
Why not use the metrics from pytorch?
The text was updated successfully, but these errors were encountered: