ImageNet icon indicating copy to clipboard operation
ImageNet copied to clipboard

Something wrong in the top5 accuracy

Open whaohan opened this issue 4 years ago • 1 comments

There may be something wrong in top5 accuracy updating, which making the top5 accuracy is the same as the top1. The code with problem(main.py) is as follow: image

whaohan avatar Feb 25 '21 05:02 whaohan

There may be something wrong in top5 accuracy updating, which making the top5 accuracy is the same as the top1. The code with problem(main.py) is as follow: image

top5.update(prec5[0], input.size(0))

tomorrow-rain avatar Apr 07 '22 00:04 tomorrow-rain