Open YaningJia opened 2 years ago
Hi,@ChandlerBang can the project support topology attack on gat now?
Hi,
Thanks for your interest in DeepRobust. I wanted to clarify a few points here:
pip install deeprobust==0.2.8
python examples/graph/test_prbcd_cora.py
Hi, I'm trying to implement topology attack on gat, first, i use pyg to do it and use the same means as you, then to avoid the problem of adj, i use pytorch, but that both get rid of the gradients. How can i implement it?Thank you.