Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for configuration options and dataset registration. #52

Open
Sann5 opened this issue Jan 13, 2023 · 7 comments
Open

Documentation for configuration options and dataset registration. #52

Sann5 opened this issue Jan 13, 2023 · 7 comments

Comments

@Sann5
Copy link

Sann5 commented Jan 13, 2023

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 however, I'm not sure what the valid options are for each field in the configuration. The valid options I know are thanks to the examples configs and grids in the repo, but a comprehensive list for each field would be greatly appreciated. Is there any existing documentation on this matter?

I'm also unsure about how to register my datasets. At which point in the pipeline should the customized version of graphgym/contrib/loader/example.py be run? I'm guessing before the config generation script as the configs must include the dataset information. Still, I'm unsure about how this piece of code fits in the pipeline.

Thank you in advance.

@Sann5 Sann5 changed the title Documentation for configuration options. Documentation for configuration options and dataset registration. Jan 13, 2023
@HeVLF
Copy link

HeVLF commented Jun 11, 2023

Hey! Have you discovered how to register a dataset?

@Sann5
Copy link
Author

Sann5 commented Jun 14, 2023

Hey kind of yes. But in the end i had so much trouble using graph gym that i replaced altogether with my own implementation. But if you want i can give you the link to my fork of the torch_geometric graphgym that tries to use it.

@HeVLF
Copy link

HeVLF commented Jun 14, 2023

Hey. I'm thinking of doing the same, if the troubles persist. But if you can, please send me. Thank you!

@Sann5
Copy link
Author

Sann5 commented Jun 14, 2023

@HeVLF
Copy link

HeVLF commented Jun 15, 2023

Thank you. Hopefully I can use it for my study

@JanineCHEN
Copy link

I fully agree that a comprehensive documentation is really in need for customization. I wonder if this project is still maintained? @JiaxuanYou

@ChenpengZhang
Copy link

I personally will recommend looking into the graphgym/loader.py file. In the file (specifically the load_pyg, load_nx function) the code is sort of self-explanatory. Looks like the model only supports (PPI, Amazon, Coauthor, KarateClub, MNISTSuperpixels, Planetoid, QM7b, TUDataset) and customized networkx datasets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants