Shift-Robust-GNNs icon indicating copy to clipboard operation
Shift-Robust-GNNs copied to clipboard

"Shift-Robust GNNs: Overcoming the Limitations of Localized Graph Training Data" (NeurIPS 21')

Results 4 Shift-Robust-GNNs issues
Sort by recently updated
recently updated
newest added

I would like to express my sincere appreciation for your contributions to this project. The work you've shared has been invaluable. I'm currently delving deeper into your research and was...

How to verify performance on datasets with unbiased training samples?

Hi, your project Shift-Robust-GNNs requires "networkx==2.5" in its dependency. After analyzing the source code, we found that some other versions of networkx can also be suitable without affecting your project,...

Hi, I get the following errors when running `main_gnn.py`: 1. GAT: ``` Using backend: pytorch number of classes 7 Using CUDA Traceback (most recent call last): File "main_gnn.py", line 729,...