yunshengb / SimGNN

146 stars 33 forks source link

How to train my onw dataset? #25

Open Lost-little-dinosaur opened 1 year ago

Lost-little-dinosaur commented 1 year ago

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...

zcyyyy24 commented 12 months ago

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?