-
Notifications
You must be signed in to change notification settings - Fork 223
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
Custom dataset creation #4
Comments
I reviewed the code, and I have a same opinion as you. |
Hi! Thanks for your interest. |
@weihua916 Can you clarify the format for the files? I'm also wondering about this. |
We directly adopted the dataset files from https://github.com/muhanzhang/pytorch_DGCNN/tree/master/data |
Hi, thank you for such an impressive work. I would like to apply your algorithm to my task, so I need to create dataset which will fit your code. I have, say, 150 graphs of 200 nodes each, where all the nodes are equal.
I'm trying to understand your txt files, but have some issues with that.
For example:
My assumption is that the block correspond to a graph, 10 is a number of nodes while 0 is a graph class label. Each row correspond to a node, where first value is a (node label I guess?), second is a number of links, and other are connections. Is that right? Is row number correspond to the node index?
The text was updated successfully, but these errors were encountered: