Shen-Lab / GraphCL

[NeurIPS 2020] "Graph Contrastive Learning with Augmentations" by Yuning You, Tianlong Chen, Yongduo Sui, Ting Chen, Zhangyang Wang, Yang Shen
MIT License
548 stars 103 forks source link

Questin About semisupervised_MNIST_CIFAR10 dataset #33

Open Austinzhenghua opened 3 years ago

Austinzhenghua commented 3 years ago

I have a question about these two datasets. there are three subset trainset, valset, and testset. How to combine these dataset to one whole set? Thank you. @yongduosui

yongduosui commented 3 years ago

please follow this repo to prepare the dataset.

https://github.com/graphdeeplearning/benchmarking-gnns

Austinzhenghua commented 3 years ago

please follow this repo to prepare the dataset.

https://github.com/graphdeeplearning/benchmarking-gnns

Thank you very much!