hendrycks / natural-adv-examples

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

`stable_cumsum` needs to be imported #5

Closed sayakpaul closed 3 years ago

sayakpaul commented 3 years ago

stable_cumsum https://github.com/hendrycks/natural-adv-examples/blob/07770705658c3a1c8acce31fd9dbd68f06e297c3/calibration_tools.py#L144 needs to be imported.

matteoguarrera commented 3 years ago

The function should be this one: https://github.com/wetliu/energy_ood/blob/7d31247d980b5337c519a61402d35141f5ec6289/utils/display_results.py Have fun!

sayakpaul commented 3 years ago

Thank you.