Code for ICCV 2023 oral paper "Advancing Example Exploitation Can Alleviate Critical Challenges in Adversarial Training".
- Pytorch
- Numpy
- tqdm
- wandb
- Fill your data path for variable
dir_datasetinconfig.py. - You can configure the train/test parameter in
train_adv.pythrough theconfigvariable, including:- Choose the AT method.
- Set the hyper-parameters.
- Directly running
train_adv.pywill perform the training and evaluating process and save the results.
