We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd5564 commit fceb93eCopy full SHA for fceb93e
1 file changed
Tutorial9/Tutorial9.ipynb
@@ -44,7 +44,7 @@
44
"source": [
45
"dataset = 'Cora'\n",
46
"transform = T.Compose([\n",
47
- " T.AddTrainValTestMask('train_rest', num_val=500, num_test=500),\n",
+ " T.RandomNodeSplit('train_rest', num_val=500, num_test=500),\n",
48
" T.TargetIndegree(),\n",
49
"])\n",
50
"path = osp.join('data', dataset)\n",
0 commit comments