You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
In case if you have not figured it out yet.
As per my understanding,
The start value is 1/num_classes.
After temperature scaling softmax scores are bound by a value less than 1. So, I assigned end as the rounded decimal of the max of softmax scores in confidence_Our_Out.txt and confidence_Our_In.txt.
In case if you have not figured it out yet. As per my understanding,
The start value is 1/num_classes.
After temperature scaling softmax scores are bound by a value less than 1. So, I assigned end as the rounded decimal of the max of softmax scores in confidence_Our_Out.txt and confidence_Our_In.txt.
what about '100000' in 'gap=(end-start)/100000'?how to decide?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
odin/code/calMetric.py
Line 62 in 64e9796
How exactly is the value of 'start ' and 'end' chosen after performing temperature scaling?
The text was updated successfully, but these errors were encountered: