dawenzi123 / DAGCN

Dual Attention Graph Convolutional Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build my own training data

Kevin-chen-sheng opened this issue · comments

Thanks for your sharing

how to build my own training data according to your format. Generate a .mat file first?
Looking forward to your reply,Sincerely.

Sorry for the late reply

Check the "data/README.md" for the format.

There are two preprocessing scripts in MATLAB: "mat2txt.m" transforms .mat graphs (from Weisfeiler-Lehman Graph Kernel Toolbox), "dortmund2txt.m" transforms graph benchmark datasets downloaded from https://ls11-www.cs.tu-dortmund.de/staff/morris/graphkerneldatasets

Personally, you can also create your own datasets based on the format of loading method in util.py