You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am a beginner of graph classification task. Except the datasets you used in the code, I also want to try other dataset like 'KKI' and 'BZR', which can be downloaded from https://ls11-www.cs.tu-dortmund.de/staff/morris/graphkerneldatasets. But I don't know how to get the .mat file. And I don't really understand the .mat file. How can I change the _A.txt _edge_labels.txt _graph_indicator.txt _graph_labels.txt _node_labels.txt to the .mat file?
Could you please help me ? Thanks!!
The text was updated successfully, but these errors were encountered:
Hi! Please run the dortmund2txt.m file using MATLAB to transform new downloaded TU-dortmund datasets into the .txt files. pytorch_DGCNN only uses .txt files, so no need to transform to .mat.
Hello, I am a beginner of graph classification task. Except the datasets you used in the code, I also want to try other dataset like 'KKI' and 'BZR', which can be downloaded from https://ls11-www.cs.tu-dortmund.de/staff/morris/graphkerneldatasets. But I don't know how to get the .mat file. And I don't really understand the .mat file. How can I change the _A.txt _edge_labels.txt _graph_indicator.txt _graph_labels.txt _node_labels.txt to the .mat file?
Could you please help me ? Thanks!!
The text was updated successfully, but these errors were encountered: