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

I don't know why the configuration files generated by using grid search are different from the initial settings. I didn't enumerate their changes.

有没有人遇到同样的问题或者知道这个错误怎么解决的

How hard would it be to implement a custom data loader module to support offline RL methods?

![image](https://github.com/user-attachments/assets/bf50cfc5-1328-41e3-8dc1-bdc05fdcc90f) torch_geometric.data.keys() is a method. Since the code mentioned above tries to iterate through the method instead of calling the method and iterate through results, I was getting TypeError: 'method'...