Graph-Attention-Networks icon indicating copy to clipboard operation
Graph-Attention-Networks copied to clipboard

data split issue

Open Yfhu1103 opened this issue 5 years ago • 0 comments

Hello, thanks for sharing your work. In your implementation, I noticed that you split the dataset as "train:range(140), val:range(200, 500), test:range(500, 1500)", I want to know why you split dataset like this?
Is this a good split for evaluating model performance?

Yfhu1103 avatar Dec 15 '19 05:12 Yfhu1103