adv-training-corruptions icon indicating copy to clipboard operation
adv-training-corruptions copied to clipboard

On the effectiveness of adversarial training against common corruptions [UAI 2022]

Results 2 adv-training-corruptions issues
Sort by recently updated
recently updated
newest added

Hi @proffK and @max-andr , I hope all is well. I was searching through the repository for the code related to the experiments in Section 6, specifically for SIN +...

I keep running into the unpickling error of an invalid load key when I execute the following: from robustbench.utils import load_model model = load_model(model_name='Kireev2021Effectiveness_RLATAugMix', dataset='cifar10', threat_model='corruptions')