Graphormer
Graphormer copied to clipboard
Could you please elaborate on preparing the customized dataset based on my self-curated data?
I've read the instructions of preparing the customized dataset, and I saw the example customized dataset is the "QM9" from dgl. And this dataset object extends the dgl.data.DGLDataset class, so does it mean that my customized dataset must extend the DGLDataset class and override the parental methods? I think it might be very tricky.
So, could you please tell me more details if I want to prepare the customized dataset based on my self-curated data?
Hello, I met the same problem with yours. My dataset is not in dgl. Have you dued with this problem and train your dataset successfully?