DIG icon indicating copy to clipboard operation
DIG copied to clipboard

A library for graph deep learning research

Results 51 DIG issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for sharing the library, I was trying to train pg explainer within the benchmark on ba2motifs and I was printing the accuracy of graph classification using the provided...

Hello, I tried to run the following command on the dig-stable branch `python -m benchmarks.xgraph.train_gnns datasets=ba_2motifs` and I got the following error: ``` Error executing job with overrides: ['datasets=ba_2motifs'] Traceback...

Hello, Thank you for your library. I am doing research on graph explainability and it is really useful to have that kind of resource for comparison. However, I have a...

benchmark

Hello, my name is kyeongrok. I am student of south korea. Now, I am trying to work the examples code of subgraph x.(subgraphx.ipynb) But it was not working. In your...

Hi, I am running experiments on dig-stable branch trying to reproduce the results in figure 6 and figure 7. I am running subgraphx.py code in benchmark/xgraph . I see in...

First of all, torsion index should be calculated in the "use_torsion" mode. And in line 61, torsion mask should consider the situation that, k and reference node n are the...

Hi, I would like to use the methods in xgraph modules for 3D graphs such as SchNet and DimenetPP. Particularly I am interested in SubgraphX. I had to modify quite...

enhancement

I ran the git installation procedure to install DIG on my local Windows machine. The dependency pyscf could not be found. On investigating further, I found the package is not...

Hello I don't know about the past, but currently, we don't have a module named `torch_geometric.nn.acts` and this lack has caused some problems including Issues number #156 and #115. Above...