hendrycks / natural-adv-examples

A Harder ImageNet Test Set (CVPR 2021)
MIT License
590 stars 51 forks source link

Fix Calibration Error calculation in calibration_tools.py #16

Open zhulinchng opened 7 months ago

zhulinchng commented 7 months ago

The use of range(len(bins)-1) actually missed out calculating the last bin 74, hence the RMS Calib Error is incorrect