cszhangzhen / HGP-SL

Hierarchical Graph Pooling with Structure Learning
326 stars 54 forks source link

Dataset split #15

Open dongZheX opened 3 years ago

dongZheX commented 3 years ago

Hello, thansk for the code.

I have a question about the way you split train/val/test dataset. The result of datasets you use is extremely influenced by split method. In your code, you set a seed 777 and then split the dataset randomly. I want to know the your result is based on the same seed or differents seed.

Looking forword to your reply.