-
Hello. Great work. Could you please tell me how you measure the separation rank (for graphs) via python code?
-
Things to add to our mini final report
-
### 🐛 Describe the bug
GAT Design:
```
import torch.nn as nn
import torch.nn.functional as F
from torch.optim import Adam
from torch_geometric.nn import GATConv
from torch_geometric.nn import…
-
The time I measured is that LISRD is an order of magnitude less than the SuperGlue time, which makes me feel weird. I want to know the result of your comparison.
-
Hi does those explanation methods work for Heterogeneous GNN?
Suppose my edges have multiple types, will they be able to identify which type is more critical?
Thanks.
-
Hi, wide collection of unsupervised algorithms is amazing. But if there aren't sufficient examples on tuning them, other developers may never use it.
I am planning to use these algorithms on public…
-
`nn-Meter` is not only a latency predictor but also a critical component in the hardware-aware model design. It empowers existing NAS (neural architecture search) and other efficient model design task…
-
Dear EERM authors,
Thanks for sharing the code of this project. I really enjoy reading the paper!
There might be one spot that I misunderstand in your implementation and it would be really helpf…
-
### 🐛 Describe the bug
Hi, I am running the `gnn_explainer.py` file in the [examples](https://github.com/pyg-team/pytorch_geometric/blob/master/examples/gnn_explainer.py). However, when I try to lo…
-
To the entire DGL community,
It has been more than two years (actually 33 months) since I clicked the *Make It Public* button of the repo, at which time I was not expecting more than a small codeba…