RobustBench / robustbench

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

No normalization preprocess for all dataset? #127

Closed Egg-Hu closed 1 year ago

Egg-Hu commented 1 year ago

I find there is no normalization after toTensor() when loading testing data.

max-andr commented 1 year ago

The normalization is actually inside of the models' forward passes.