-
In your GNN dependency parsing paper : https://www.aclweb.org/anthology/P19-1237
You say that your implementation is publicly available on github.com :)
"Our implementation is publicly available at…
-
Hi, Weijiing
When I tried to train the point-GNN model, the terminal showed me the error of OOM, may I ask you about the spec of your computer when you were training the Point-GNN ?
BTW thank you …
-
Hi, I need to compare the efficiency of the shaDow_GNN (decoupled GNN) with normal GNN (coupled GNN).
Is there a way to run this repo without the ParallelSampler?
What I mean is how do I run the ba…
-
Hello, thank you for your work.
I have interest in the AttentiveFP implementation from the paper "Pushing the Boundaries of Molecular Representation for Drug Discovery with the Graph Attention Mech…
-
IEEE pages: https://ieeexplore.ieee.org/document/9046288
IEEE pages for Concordia: https://ieeexplore-ieee-org.lib-ezproxy.concordia.ca/document/9046288
PDF: https://ieeexplore-ieee-org.lib-ezproxy.co…
-
This error appear when i try to train my GNN on graph datasets in order to optimize makespan of RCPSP problem.
The error disapear when i clear the dataset and i keep only few graphs (4-5 not more).
…
-
Hi,
I've been having issues running the quick_start notebook (and also the 'pytest test')
The environment I'm using (ujsing you requirements.txt): Python 3.10.12, TF 2.16.1, scipy 1.8.0, no GPU
…
-
> [ONNXRuntimeError] : 6 : RUNTIME_EXCEPTION : Non-zero status code returned while running ScatterElements node. Name:'_inlfunc__aten_scatter_reduce_onnx_n2' Status Message: CPU execution provider: ML…
-
Thanks for the exciting program!
I am suffering from finding the optimal GNN model on the node classification task. This problem is caused by too much freedom of choice within and between layers. I…
-
Hi All!
I try to train the model following the example:
```
python main_pyg.py --dataset ogbg-molhiv -n 8 --n1 4 -k 4 -d 150 --device 0 --gnn gcn-spmoe --coef 1
```
Here raises an error:
```
…