RobustBench / robustbench

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

Train robust models on other datasets. #171

Closed ryliu68 closed 8 months ago

ryliu68 commented 8 months ago

Thank you for your great work, but I'd like to how to train these robust models on other datasets by myself, like SVHN, STL-10 and et.al.

dedeswim commented 8 months ago

Hi, we do not provide code to train robust models, but rather to evaluate the robustness of trained models. You can look into libraries such as robustness, ART, or, even better, available code implementations of the papers presenting the techniques you are interested in

ryliu68 commented 8 months ago

Thank you very much.

dedeswim commented 8 months ago

You are welcome!