RobustBench / robustbench

RobustBench: a standardized adversarial robustness benchmark [NeurIPS 2021 Benchmarks and Datasets Track]
https://robustbench.github.io
Other
669 stars 99 forks source link

Fix bug loading CIFAR corruptions #144

Closed craymichael closed 1 year ago

craymichael commented 1 year ago

Loading CIFAR corruptions currently does not provide the type of corruptions (ThreatModel.corruptions), resulting in an error about unsupported operand type between a Path and dict. This resolves the issue.