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

Question on the data format for generated samples of ENZYMES dataset #14

Open
hash-wls opened this issue Jul 2, 2023 · 1 comment
Open

Comments

@hash-wls
Copy link

hash-wls commented Jul 2, 2023

Thank you for your excellent work, I have a small question. I want to use generated samples from ENZYMES dataset for graph classification task, where each graph should have a corresponding label, can your work generate graph labels?

@harryjo97
Copy link
Owner

Our work generates node features and adjacency together.
In order to generate graph labels, you can add the graph labels to the node features (i.e., adding the graph label to the feature of nodes along with the one-hot encoded degrees).

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

2 participants