YOCO icon indicating copy to clipboard operation
YOCO copied to clipboard

Missing Test top-1 error rate

Open khawar-islam opened this issue 3 years ago • 1 comments

Dear @JunlinHan

Thank you for your work. I am working on your paper and reproducing the results given in the paper. I have trained a model based on your configuration for cifar-10 but I cannot find an error-rate file. How we can evaluate the top-1 error-rate? Like this

print('Test\t  Prec@1: {top1.avg:.3f} (Err: {error:.3f} )\n'
          .format(top1=top1, error=100 - top1.avg))

khawar-islam avatar Dec 07 '22 04:12 khawar-islam