In evaluate.py, if normalize=False, then the experiment result of AT is
- Nature Acc: 0.8173
- Attack_type: [fgsm] done, acc: 0.5700
- Attack_type: [pgd] done, acc: 0.5231
- Attack_type: [mifgsm] done, acc: 0.5529
If normalize=False, then the result of the experiment AT is
- Nature Acc: 0.8173
- Attack_type: [fgsm] done, acc: 0.3573
- Attack_type: [pgd] done, acc: 0.3524
- Attack_type: [mifgsm] done, acc: 0.3527
This is why?
In evaluate.py, if normalize=False, then the experiment result of AT is
If normalize=False, then the result of the experiment AT is
This is why?