Jingkang50 / OpenOOD

Benchmarking Generalized Out-of-Distribution Detection
MIT License
858 stars 108 forks source link

Missing "APS_mode: False" in gradnorm/mls/vim.yml? #136

Closed zjysteven closed 1 year ago

zjysteven commented 1 year ago

Hi,

When evaluating gradnorm/mls/vim, there will be a KeyError: 'APS_mode' when executing ood_evaluator.py. It seems that this is because in gradnorm/mls/vim.yml the APS_mode field is simply missing.

WillCheung2016 commented 1 year ago

It seems this argument is missing in many yml files in the postprocessors folder.

Jingkang50 commented 1 year ago

Yes, I am fixing them all currently. Sorry for the inconvenient.. We can simply add APS_mode = False in the config.

zjysteven commented 1 year ago

Fixed in #150