-
Notifications
You must be signed in to change notification settings - Fork 221
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
Low AUROC #34
Comments
i have the same low AUROC, do you have any idea how to raise it? |
Yeah I got exactly the same problem, I wonder if the provided pth file is the trained weights or not |
@bzhangj13zzz did you improved the AUROC? |
Hey sorry for the late reply, I did manage to get a more reasonable score, turned out there was some issue with weight loading, anyways I recommend checking out this repo https://github.com/mlmed/torchxrayvision It has a more easy-to-use API. |
Please, I want to know how to run this repo using resnet50? |
In model.py, please rewrite code
|
The description describes a mean AUROC of 0.847, however when I run the model I get a mean AUROC of 0.489, here's the output from running the model.py script:
I am using the latest version of PyTorch and running it on a Quadro RTX 6000 with a batch size of 8, any ideas as to why this is happening?
The text was updated successfully, but these errors were encountered: