-
Notifications
You must be signed in to change notification settings - Fork 94
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
The mean predicted AUROC is very low (0.518) #23
Comments
Hello, what is your graphics card, And what is the version of Cuda and Pytorch? Thank You |
I have the same problem |
I solved this ` model = torch.nn.DataParallel(model).cuda()
|
I solve it when my torch version is 1.7.1 because i found the pull requset by [dgrechka] (#21) and use it's weights to my code. |
Hi, when I run the provided code I cannot achieve the given prediction results. However, the mean predicted AUROC was very low (0.518). Can you help me find why? Thank you very much.
The text was updated successfully, but these errors were encountered: