pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
21.37k stars 3.66k forks source link

Documentation for configuration options and dataset registration #6416

Open Sann5 opened 1 year ago

Sann5 commented 1 year ago

📚 Describe the documentation issue

I would like to use GraphGym to find good models for a suite of private datasets/tasks. Let us assume that I intend to follow the first three steps in the documentation on how to run a batch of experiments. To do so I would need to specify two config files and a grid file.

I appreciate your support and attention in advance. Cheers!

Suggest a potential alternative/fix

No response

rusty1s commented 1 year ago

I definitely agree that there exists parts of missing documentation in GraphGym, really sorry about that. We are trying to improve on our documentation efforts in the upcoming releases.

  1. We could also think about documenting this in the configs directly as well, e.g., here.
  2. Yes, that is correct. There is no need to run everything, the custom modules/functions will be imported in the graphgym namespace automatically and can be referenced in the config. For example, you can load datasets defined here via
    format: PyG
    name: QM7b