hendrycks / ss-ood

Self-Supervised Learning for OOD Detection (NeurIPS 2019)
MIT License
264 stars 31 forks source link

training epochs #25

Open Davidyao99 opened 2 years ago

Davidyao99 commented 2 years ago

I was wondering how do you know how many epochs to use during training? It seems like increasing the epochs actually worsens the performance. However, looking at the training loss and testing loss, it does not seem to really correlate with the AUC performance during testing. Any advice? Thank you!!