Matthias Fey

Results 1042 comments of Matthias Fey
trafficstars

Super, let me resolve the linting issue.

Are you referring to `models.GAT`? If you need to return attention weights, I suggest to use the GNN layers and build your own model on top.

I think the most important feature is to support `GNNExplainer` for heterogeneous graphs. Hopefully it shouldn't be hard to do since we just need to make sure that `edge_mask` and...

Yeah, we still don't have heterogeneous GNN support for `GNNExplainer`.

AFAIK, there exists `conda-forge` packages as well for these dependencies, but they are not maintained by us, see https://github.com/conda-forge/torch-scatter-feedstock.

Yes, once PyTorch 2.4 is released.

Yes. PyG itself is compatible with PyTorch 2.4. You can uninstall PyG extensions if you run into issues or install them from source if you need them.

Is this related to PyTorch 2.4? We haven't tested this one yet.

We initially designed it this way because `mincut_pool` needs to operate on dense adjacency matrices anyway in consecutive applications. I am definitely open though to support it for both sparse...