Open VaporYuJ opened 2 years ago
Hi I wonder whether the global attacks in the deeprobust include feature attacks , because I have not found the relevant implementation`
Hey, you can refer to [the code in AirGNN]((https://github.com/lxiaorui/AirGNN/blob/main/adv_attack.py), which shows how to use deeprobust.graph.targeted_attack.Nettack
for attacking features.
Hey, you can refer to [the code in AirGNN]((https://github.com/lxiaorui/AirGNN/blob/main/adv_attack.py), which shows how to use
deeprobust.graph.targeted_attack.Nettack
for attacking features.
Thanks~
hi~ Is there any solutions proposed on the global attack?Nettack is a kind of target....
I think you can apply PGD attack to generate features. But currently we do not support this function.
OK I will try THanks!
Hi ~I wonder whether the global attacks in the deeprobust include featuresattacks , because I have not found the relevant implementation`~