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
We have to add support for graph datasets of multiple labels (tasks), e.g., yelp dataset from GraphSaint paper.
Below is an instruction about how to download the raw dataset and process them into the DGL format:
pip install gdown
mkdir data
cd data
# download datasets from https://drive.google.com/drive/folders/1zycmmDES39zVlbVCYs88JTJ1Wm5FbfLz
# The following commmands fail due to permission issues
# gdown --id "1zycmmDES39zVlbVCYs88JTJ1Wm5FbfLz" --folder
# gdown --id "1apP2Qn8r6G0jQXykZHyNT6Lz2pgzcQyL" --folder
# You can download the required datasets manuallly and place them in the data folder
# use the following command to process the dataset in the the DGL format
python process_graphsaint_data.py
We have to add support for graph datasets of multiple labels (tasks), e.g., yelp dataset from GraphSaint paper.
Below is an instruction about how to download the raw dataset and process them into the DGL format:
The text was updated successfully, but these errors were encountered: