muhanzhang / pytorch_DGCNN

PyTorch implementation of DGCNN
MIT License
372 stars 122 forks source link

How to use Synthie? #12

Closed fermat97 closed 5 years ago

fermat97 commented 5 years ago

Hi, to use Synthie dataset , is it enough to change the dataset name in run_DGCNN.sh to Synthie? I am a bit confused.

muhanzhang commented 5 years ago

Sorry for the late reply. Yes! You only need to change the name. If you'd like to further modify the hyperparameters, you can change them in run_DGCNN.sh.

fermat97 commented 5 years ago

My question is, how do the code benefit from other files such as

Synthie_graph_indicator.txt Synthie_graph_labels.txt Synthie_node_attributes.txt Synthie_A.txt

Since I have discarded those files and the code still works with only Synthie.txt file. That is why I am confused, since you have written the data should be in this specific format but it seems that the code does not use the information provided by those files.

muhanzhang commented 5 years ago

Hi, actually the files you deleted are the original files from the Dortmund graph database. To let DGCNN use them, we need to first run the "dortmund2txt.m" in MATLAB. Then, the "Synthie.txt" will be generated and other files are no longer useful.