ZSHsh98 / EPS-AD

This is the source code for Detecting Adversarial Data by Probing Multiple Perturbations Using Expected Perturbation Score (ICML2023).
33 stars 2 forks source link

can't setup robustbench #2

Open G-ship opened 1 year ago

G-ship commented 1 year ago

can you provide the environment doc: robustbench-1.1-py3.7.egg plz

ZSHsh98 commented 1 year ago

The official repository of RobustBench (https://github.com/RobustBench/robustbench) has released two versions of robustbench: the stable version (pip install git+https://github.com/RobustBench/robustbench.git) and the latest version (pip install git+https://github.com/RobustBench/robustbench.git@v1.0) You can install one version through pip. We also add a local robustbench folder to the repository. Hope this can help you.