Wei Jin
Wei Jin
Hi mmdhhhh, Thank you for pointing out. I agree that there is a bug in this file. Can you help me fix this issue and submit a pull request to...
Hi, Thanks for your interest in DeepRobust. I wanted to clarify a few points here: 1. The most straightforward way to attack other models (GAT and GraphSAGE) is to use...
Hey, you may take a look here: [test_nettack.py](https://github.com/DSE-MSU/DeepRobust/blob/master/examples/graph/test_nettack.py). It shows how to perform targeted attack on target nodes.
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.
I think you can apply PGD attack to generate features. But currently we do not support this function.
Thank you all for the great discussion and suggestions! We are a bit shorthanded right now and you may want to directly make pull request if you found any bugs....
Can you provide more about the error log?
It seems that you are having a problem installing the `gensim` pacalakge. One solution is to install `gensim` yourself on windows. Then you need to modify the `setup.py` file by...
You may debug on how to install gensim in windows. Here is [some answer ](https://chat.openai.com/share/c85226b1-1d38-4ac5-a17f-4508b3d449bf) from ChatGPT. If the issue is hard to resolve, you can remove the file [deeprobust/graph/defense/node_embedding.py](https://github.com/DSE-MSU/DeepRobust/blob/d25d95b33724af9ab0385d5171c989f9b4ff2359/deeprobust/graph/defense/node_embedding.py#L12)...
@fsherry Thanks so much for the suggestion, and I have updated the package dependencies! I sincerely apologize for the late response as I missed this thread before.