We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ac83ec + fceb93e commit 05e8c27Copy full SHA for 05e8c27
1 file changed
Tutorial9/Tutorial9.ipynb
@@ -55,7 +55,7 @@
55
"source": [
56
"dataset = 'Cora'\n",
57
"transform = T.Compose([\n",
58
- " T.AddTrainValTestMask('train_rest', num_val=500, num_test=500),\n",
+ " T.RandomNodeSplit('train_rest', num_val=500, num_test=500),\n",
59
" T.TargetIndegree(),\n",
60
"])\n",
61
"path = osp.join('data', dataset)\n",
0 commit comments