Nuoyan Zhou

Results 2 issues of Nuoyan Zhou

if you have tried ./main.py and prepared datasets in ./data, and you want to train the code in ./autoattacks like me, attention here. in line 26 of train_fgsm.py: parser.add_argument('--data-dir', default='../data',...

Why does the first term in the loss_robust equal F.log_softmax(model(x_adv))? I have tryed to generate adv samples by noraml PGD, and set the loss to the trades's loss. But I...