You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, the work is brilliant. It is stated in the data/OGBData file ReadMe.txt that papers100M dataset is not supported. Could you please provide the data processing interface for running papers100M? Looking forward to your reply. Thank you very much
The text was updated successfully, but these errors were encountered:
your_dateset.edge,a binary edge list file, used to store the graph structure.
your_dateset.feat,contains the feature of each node, the first number in each line indicates the node number, followed by the feature of the node.
your_dateset.label,contains the label of each node, the first number in each line indicates the node number, followed by the classification number of the node.
your_dateset.mask, contains the mask of each node, the first number in each line indicates the node number, followed by the mask of node (train, val, test).
We provide a python script to convert some commonly used datasets, please refer to data/generate_nts_dataset.py for details. This script supports data preprocessing for Papers100M.
If you have any other questions please let us know.
Hello, the work is brilliant. It is stated in the data/OGBData file ReadMe.txt that papers100M dataset is not supported. Could you please provide the data processing interface for running papers100M? Looking forward to your reply. Thank you very much
The text was updated successfully, but these errors were encountered: