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

Training a GAT for Graph classification #13

Open
15235007059 opened this issue Jul 19, 2022 · 1 comment
Open

Training a GAT for Graph classification #13

15235007059 opened this issue Jul 19, 2022 · 1 comment

Comments

@15235007059
Copy link

Hello, author. I have 969 samples, each of which corresponds to the same graph structure and has 6888 nodes. Want to realize graph classification on the basis of your source code, but tried for a long time or did not find a suitable way to deal with data. I don't know how to convert raw data from.csv format to GAT supported such as feat/label/graph_id. npy / graph.json. Your help will be greatly appreciated!

@qycss
Copy link

qycss commented Nov 7, 2022

I didn't find a good way to convert .csv to .csr, so I rewrite a function to deal with my data and transfer it to np.matrix before return.

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