yk / icml19_public

21 stars 12 forks source link

Question on PGD attack #2

Open symoon11 opened 4 years ago

symoon11 commented 4 years ago

Hi. I have a question on your code in tensorflow_example.py. I think you should add the placeholder y to the dictionary pgd_params, unless the attack would be performed to reduce the confidence of the 'predicted' label, not the 'ground-truth' label. Thanks.

EmotionalXX commented 4 years ago

can you run it successfully?