powerful-gnns
powerful-gnns copied to clipboard
Data preprocessing
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