tkipf / pygcn

Graph Convolutional Networks in PyTorch
MIT License
5.17k stars 1.23k forks source link

About the dataset split #79

Open DM0815 opened 2 years ago

DM0815 commented 2 years ago

I see the code in utils.py idx_train = range(140) idx_val = range(200, 500) idx_test = range(500, 1500)

I cannot understand it, because the ratio of they may be 6:2:2 if the dataset is smaller.

Anyone can help me?

EEthanShi commented 2 years ago

Same issue here, can't see why the idx_val is ranged from 200 to 500.

jiaojiaoguan commented 2 years ago

same issue!

mayur20169 commented 5 months ago

SAME ISSUE!!!