Jintang Li
Jintang Li
Hi, jonasrauber Thanks for your works! I wonder if it will add support for SparseTensor (Tensorflow or Pytorch), like this: ```python import numpy as np import tensorflow as tf import...
This PR is a re-opened one of https://github.com/pyg-team/pytorch_geometric/pull/5466. The major difference it that this PR enforces manual download and just provides a process script for the dataset. + Home page:https://dgraph.xinye.com/introduction...
### 🚀 The feature, motivation and pitch There is a surge in graph data augmentation research, and it is often important for self-supervised learning on graphs. I saw there is...
Hi, allenhaozhu. I have read your paper and the code, but I found that the SSGC computation is not exactly right, where `emb += features` is an inplaced operation and...
Hi abojchevski, I've already run your example, it worked perfectly and reproduced results in your paper. However, I wonder how to run the other models, like $A_{DW_2}$, which seems works...
Ref: + [Robustness of Graph Neural Networks at Scale](https://www.cs.cit.tum.de/daml/robustness-of-gnns-at-scale) + https://github.com/pyg-team/pytorch_geometric/blob/master/torch_geometric/contrib/nn/models/rbcd_attack.py