-
Notifications
You must be signed in to change notification settings - Fork 163
Description
Thank you very much for the code library you provided. Now I have two questions when reproducing the fsood detection.
-
There are some problems with the training and testing parameters of your sem method. I saw that some topics mentioned that the parameters of mnist are set to -1, 0, 1, and the settings of cifar are -0.01, 0, 1. However, when using the cifar dataset as the ID dataset, the ResNet-18 five-layer network is used, so your parameter settings are -0.0001, 0, 0, 0, 1, and whether the bias added when calculating the score can be changed to adjust the score. So when I use pca50 for dimensionality reduction, I can't reach the AUROC in the paper. Setting it to pca10 can exceed the AUROC in the paper.
-
There is no test script for fs-ood in the training script and test script, which is difficult for me to reproduce. I hope to get some tips and help from you.
I don't know if this is correct.