facebookarchive / fb.resnet.torch

Torch implementation of ResNet from http://arxiv.org/abs/1512.03385 and training scripts
Other
2.29k stars 664 forks source link

Getting AUC performance #174

Open bmsookim opened 7 years ago

bmsookim commented 7 years ago

In order to test the validation set with AUC (in the case of binary classification),

what should I do to the computeScore function?

Can I get some tips?