We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, just spotted a bug
torch-uncertainty/torch_uncertainty/metrics/classification/calibration_error.py
Line 63 in ff355d9
This will fail if you pass in the ax object to the _ce_plot function because in that case fig is initialized to None.
_ce_plot
fig
None
Line 18 in ff355d9
The text was updated successfully, but these errors were encountered:
Hi mrynik!
Thank you for the pointer! I pushed a quick fix on dev. We intend to rework the plots a bit in the following releases (#54)!
Sorry, something went wrong.
acbd582
o-laurent
Successfully merging a pull request may close this issue.
Hey, just spotted a bug
torch-uncertainty/torch_uncertainty/metrics/classification/calibration_error.py
Line 63 in ff355d9
This will fail if you pass in the ax object to the
_ce_plot
function because in that casefig
is initialized toNone
.torch-uncertainty/torch_uncertainty/metrics/classification/calibration_error.py
Line 18 in ff355d9
The text was updated successfully, but these errors were encountered: