Data preprocessing
Opened this issue · 2 comments
fatemehteimury commented
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
pournami123 commented
Please help if anyone know how to prepare our own dataset
weihua916 commented
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