We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b7468 commit 1bd3688Copy full SHA for 1bd3688
notebooks/sparse/quickstart.ipynb
@@ -1307,6 +1307,21 @@
1307
},
1308
"execution_count": null,
1309
"outputs": []
1310
+ },
1311
+ {
1312
+ "cell_type": "code",
1313
+ "source": [
1314
+ "# Test:\n",
1315
+ "# Let's use the symmetric A created above.\n",
1316
+ "X = torch.randn(6, 20)\n",
1317
+ "module = SimplifiedGAT(20, 10)\n",
1318
+ "Y = module(A, X)"
1319
+ ],
1320
+ "metadata": {
1321
+ "id": "qjcXiidYCqGK"
1322
1323
+ "execution_count": null,
1324
+ "outputs": []
1325
}
1326
]
1327
0 commit comments