YOCO
YOCO copied to clipboard
Missing Test top-1 error rate
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))