Skip to content
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

Getting pred. probabilities #11

Open
georgefairs opened this issue Jul 7, 2023 · 1 comment
Open

Getting pred. probabilities #11

georgefairs opened this issue Jul 7, 2023 · 1 comment

Comments

@georgefairs
Copy link

Hi there,

Is there an obvious way to to extract the prediction probabilities instead of just no. correct labels vs no. ground truth labels? I have checked the print_acc.py and eval_prob_adaptive.py but I can't see anything obvious. Any help would be super appreciated.

Thanks.

@njuaplusplus
Copy link

I am also interested in how to get the prediction probability (ie, prediction confidence). From the current eval_prob_adaptive function, it seems impossible to get the probability.

I tried to compute the softmax over the data, the probability is close to 1/n for each label among n classes in my cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants