chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"path": "../../../../notebooks/sparse/gcn.ipynb"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"path": "../../../../notebooks/sparse/graph_diffusion.ipynb"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"path": "../../../../notebooks/sparse/graph_transformer.ipynb"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"path": "../../../../notebooks/sparse/hgnn.ipynb"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
Tutorials: dgl.sparse
|
||||
=========================
|
||||
|
||||
The tutorial set cover the basic usage of DGL's sparse matrix class and operators. You can begin with "Quickstart" and "Building a Graph Convolutional Network Using Sparse Matrices". The rest of the tutorials demonstrate the usage by end-to-end examples. All the tutorials are written in Jupyter Notebook and can be played on Google Colab.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
:titlesonly:
|
||||
|
||||
quickstart.nblink
|
||||
gcn.nblink
|
||||
graph_diffusion.nblink
|
||||
hgnn.nblink
|
||||
graph_transformer.nblink
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"path": "../../../../notebooks/sparse/quickstart.ipynb"
|
||||
}
|
||||
Reference in New Issue
Block a user