powerful-gnns icon indicating copy to clipboard operation
powerful-gnns copied to clipboard

Data preprocessing

Open fatemehteimury opened this issue 5 years ago • 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

fatemehteimury avatar Sep 09 '19 22:09 fatemehteimury

Please help if anyone know how to prepare our own dataset

pournami123 avatar Jun 11 '20 04:06 pournami123

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

weihua916 avatar Apr 22 '21 03:04 weihua916