"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "208fa3683de06712b70a4b4773199cb39cd66523"
Unverified Commit 4ef1c86b authored by kalinin-sanja's avatar kalinin-sanja Committed by GitHub
Browse files

[Doc] Update 4_rgcn.py (#3261)



There is some misleading text.
Co-authored-by: default avatarJinjing Zhou <VoVAllen@users.noreply.github.com>
Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
parent 85b8fe52
...@@ -19,8 +19,7 @@ to handle different relationships between entities in a knowledge base. To ...@@ -19,8 +19,7 @@ to handle different relationships between entities in a knowledge base. To
learn more about the research behind R-GCN, see `Modeling Relational Data with Graph Convolutional learn more about the research behind R-GCN, see `Modeling Relational Data with Graph Convolutional
Networks <https://arxiv.org/pdf/1703.06103.pdf>`_ Networks <https://arxiv.org/pdf/1703.06103.pdf>`_
The straightforward graph convolutional network (GCN) and The straightforward graph convolutional network (GCN) exploits
`DGL tutorial <http://doc.dgl.ai/tutorials/index.html>`_) exploits
structural information of a dataset (that is, the graph connectivity) in order to structural information of a dataset (that is, the graph connectivity) in order to
improve the extraction of node representations. Graph edges are left as improve the extraction of node representations. Graph edges are left as
untyped. untyped.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment