Use PYG dataset
RX28666 opened this issue · 1 comments
RX28666 commented
Hello,
I am wondering how I can import PYG datasets and convert it to the CogDL data format. For example, currently I didn't find CogDL supports Reddit for transductive learning. (I also didn't find the document for Reddit dataset for inductive learning). Any help would be appreciated!
cenyk1230 commented
Hi @RX28666 ,
You can find the usage of custom datasets in this example: https://github.com/THUDM/CogDL/blob/master/examples/legacy/custom_dataset.py