Open bl4bl4hhh opened 2 years ago
这个地方其实应该是FIAPIDIM。但是我用FIAPIM也能得出高攻击成功率,所以我想问你有改过代码吗?
欸 没有欸...就是先跑的attack再跑的verify
请问你跑的两条指令就是上面的两条吗?除了两条中的output_dir都改成FIAPIM之外~
我重新下载了一遍代码重新跑了一遍 好像结果还是不理想 attack:
verify:
我也重新下载跑了一遍,但效果也还行呀。难道环境问题?你的tensorflow是哪个版本的?
啊那好奇怪嗷 tf是1.15的 cuda 10.0 cudnn 7.5
请问你这个问题解决了吗,你要不要把tf版本降低点试试?(抱歉,前一阵子有点忙,没有及时回复)
用的是不是30系显卡? 30系显卡不支持cuda11以下的版本 换cpu或低版本的显卡可能会解决问题
Hi! Thanks for your contribution! But when I run the command line you mentioned in readme file "python attack.py --model_name vgg_16 --attack_method FIAPIM --layer_name vgg_16/conv3/conv3_3/Relu --ens 30 --probb 0.7 --amplification_factor 2.5 --gamma 0.5 --Pkern_size 3 --image_size 224 --image_resize 250 --prob 0.7 --output_dir ./adv/FIAPIDIM/" and "python verify.py --ori_path ./dataset/images/ --adv_path ./adv/FIAPIDIM/ --output_file ./log.csv". I got adv_acc around 70%-80% and adv_succ around 20%-30%. Is there something wrong with your defulat parameter? 在运行readme里面提到的指令时,仅仅得到20%-30%的准确率,请问是否是默认参数不小心给错了呢?还是什么其他问题?