YisenWang / symmetric_cross_entropy_for_noisy_labels

Code for ICCV2019 "Symmetric Cross Entropy for Robust Learning with Noisy Labels"
https://arxiv.org/abs/1908.06112
171 stars 32 forks source link

Is the accuracy reported in tables 1, 2, and 3 from the best epoch or the last epoch? #8

Closed guixianjin closed 4 years ago

guixianjin commented 4 years ago

Dear authors, Thanks for your interesting work. Since we usually train neural network many epochs, and after each epoch's training, we may test the neural network and get a test accuracy. Usually, the highest test accuracy may occur in some epoch of the intermediate training process, not necessarily the last epoch.

In your paper, is the accuracy reported in tables 1, 2, and 3 from the best epoch or the last epoch?

yanghao1996 commented 4 years ago

Hi,

I am also confused about this question.

YisenWang commented 4 years ago

Hi all, thanks for your interest in our work. The accuracies in the tables are the last epoch.