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

Is it possible to use this pipeline with Dataset more than 2 classes? And how to do that? #23

Closed
DL8614 opened this issue Nov 6, 2019 · 4 comments

Comments

@DL8614
Copy link

DL8614 commented Nov 6, 2019

No description provided.

@DL8614
Copy link
Author

DL8614 commented Nov 6, 2019

I have dataset with more than 2 classes and I can prepare according to discription of 'How to use own Dataset'. But what should I change so I can use it for multi label dataset?

@muhanzhang
Copy link
Owner

Hi, multi-class dataset is supported by DGCNN. There is no need to change. For example, the ENZYMES dataset has 6 classes. Thanks!

@DL8614
Copy link
Author

DL8614 commented Nov 7, 2019

yes, It works. I can train the network on my dataset. Thanks. Morever, if I want to train the network with the features for every node, for example I have one dimensional feature called confidence score for every node, where should I add these features in Dataset, so that network can consider also features of node during training? You explained one time to use dortmund2txt.m but I cannot figure out, that How can I add to my own dataset?

@muhanzhang
Copy link
Owner

Hi, if your node feature is only integer labels, you can follow the README under data/ to transform your dataset to a txt file. If you have additional continuous feature, you can append it to each line (representing a node) of the txt file. Check "data/Synthie/Synthie.txt" for the format.

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