Runlin Lei
Runlin Lei
Hi! As mentioned in issues #90 and #127, OOM occurs when running Metattack in a higher version of Pytorch. I check the source code in [metattack.py](https://github.com/DSE-MSU/DeepRobust/blob/master/deeprobust/graph/global_attack/mettack.py) and find that function...
Hi! Thanks for sharing the code. I have a question about the selection of target nodes in Nettack. I notice that in [test_nettack.py](https://github.com/DSE-MSU/DeepRobust/blob/master/examples/graph/test_nettack.py), about 40 nodes are chosen as the...
Hi! Thanks for this great repo. I have some questions about the implementation of PGDAttack. 1) The learning rate of PGDAttack. https://github.com/EdisonLeeeee/GreatX/blob/49675e30ed38b2518f7a1b85b667de5f4a0c9a7c/greatx/attack/untargeted/pgd_attack.py#L42 In the original paper of PGDAttack and implementation...