hendrycks / ss-ood

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

Can you provide parameters for multiclass_ood/train_auxiliary? #20

Closed wjun0830 closed 3 years ago

wjun0830 commented 3 years ago

Hi. There seems to be no parameters to actually reproduce yours and the baseline for the multiclass_ood setting.

Can you provide the specific number for epochs and other parameters to actually reproduce the result?

The default param says 5 for epochs but it seems to be not right.

hendrycks commented 3 years ago

Try 100 epochs instead. I just updated the code to reflect this.