GraphGym icon indicating copy to clipboard operation
GraphGym copied to clipboard

Platform for designing and evaluating Graph Neural Networks (GNN)

Results 25 GraphGym issues
Sort by recently updated
recently updated
newest added

Hi, When I run the script 'run_metalink.sh' (in brach meta_link), an ImportError occurs. The traceback messages are shown as follows. `Traceback (most recent call last): File "main.py", line 8, in...

I had installed the graph gym step by step as readme mentioned, But I got this error: Traceback (most recent call last): File "main.py", line 5, in from torch_geometric import...

When I make a run with `cfg.dataset.task_type = 'regression'`, the code crashes at the end of the run. The error message is: ``` Traceback (most recent call last): File "main_pyg.py",...

In graphgym/contrib/network/metalink.py, The class MetaLink seems to lack a function forward.

Thank you for the nice library. but i got some troubles in MetaLink, i sincerely wish you to give some help: 1. Some default settings in `run/config/MetaLink/mol_classification.yaml` can not be...

Here is my version of pytorch and torch_geometric: `Pytorch`: 2.1.0+cu11.8 `torch_geometric`: 2.4.0 **1. Fixed a warning issue when accessing the internal storage of the torch_geometric dataset.** When running the `loader_pyg.py`...

Hello! This project is truly amazing, thank you. That said I'm finding it difficult to apply it to my own datasets. Naturally, I would like to customize the grid search...

Had a hard time installing stable GraphGym to replicate ROLAND results locally, realized there were many such issues on StackOverflow, added simple step-by-step to install a working Conda Env that's...

Hello! Thank you for producing awesome library. I'm new to Graph Neural Network, and i am using windows 10 now. I found some files in guideline is not available to...