RobustAdversarialNetwork
RobustAdversarialNetwork copied to clipboard
A pytorch re-implementation for paper "Towards Deep Learning Models Resistant to Adversarial Attacks"
RobustAdversarialNetwork
A pytorch re-implementation for paper "Towards Deep Learning Models Resistant to Adversarial Attacks"
Requirements
- pytorch>0.4
- torchvision
- tensorboardX
Parameters
All the parameters are defined in config.py
exp_name: experiment name, will be used for construct output directorysnap_dir: root directory to save snapshots, it works withexp_nameto form a directory for a specific experiment
Usage
Training
python train.py