focal_calibration
focal_calibration copied to clipboard
Code for the paper "Calibrating Deep Neural Networks using Focal Loss"
The training script for tiny-imagenet not working. The dataset setting in train.py is can not load the validation set as the paper says.
Seems like evaluate_single_model_ood.ipynb isn't working, appreciate it if you could take some time to fix it :)
When calculating the L2 error for ECE, the square root of the sum is taken repeatedly inside the loop. This result is unused in all but the last iteration so...