-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance of DeepSVDD in cifar10 #11
Comments
@HelloSeeing
Can you help me? Thanks a lot! |
@coderKyf Did you run your code under the virtual environment provided? |
@HelloSeeing Yes, I had run this code in mnist successfully. |
@coderKyf I think you could check the version of your installed torchvision is 0.2.1 or not. In addition, I think you should check all versions of packages listed in requirements.txt |
@HelloSeeing Thanks a lot. Torchvision is not 0.2.1. Thanks. |
@coderKyf Could you please share me with results of your experiments on cifar10? Thanks! |
@HelloSeeing Maybe it would be better to change the hyperparameters. |
@coderKyf Thanks! |
@coderKyf |
i didnt think so. the average AUC ROC i got was 61.8% of one class and 60.8% of soft boundary. maybe its unable to get the same data of paper |
Hi,
Thanks for sharing your source code! I clone this repository and run the experiment of cifar10 with digit 6 as the known class samples by the following command:
However, the result is:
INFO:root:Training time: 183.387 INFO:root:Finished training. INFO:root:Starting testing... INFO:root:Testing time: 1.911 INFO:root:Test set AUC: 60.59% INFO:root:Finished testing.
Could you please help me with this?
The text was updated successfully, but these errors were encountered: