weihua916/powerful-gnns

Data preprocessing

Opened this issue · 2 comments

Hi,
I want to use your GIN implementation for my own dataset. I don't understand how should I prepare the initial txt file for my dataset.
can you explain it, please.
Thanks

Please help if anyone know how to prepare our own dataset

Please use pytorch geometric or DGL for the implementation of GIN. They are much faster and easy to use :)
PyG: https://pytorch-geometric.readthedocs.io/en/latest/modules/nn.html#torch_geometric.nn.conv.GINConv
DGL: https://docs.dgl.ai/api/python/nn.pytorch.html#ginconv