yunshengb/SimGNN

How to train my onw dataset?

Opened this issue · 1 comments

Hi~
I want to train my own dataset to fit this model, and I have ran this code successfully, but I still don't know how to run this code using my own dataset....the pickle file is too complex for me, how to generate the pickle files like the files the /result directory ... I will be appreciated if you can help me...

Hi! Do you know how to use the online datasets to train the model? I am confused about the preprocess, the dataset format is gexf, but the training format is json, how to get the json format dataset?