"scripts/deprecated/test_httpserver_decode.py" did not exist on "3842eba5fa305edfc2c66f82e8389d72784d5911"
Unverified Commit bd311aa6 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[doc] fix invalid link in user guide (#4468)

parent 40a2f3c7
......@@ -176,7 +176,7 @@ of MFGs, we:
opt.step()
DGL provides an end-to-end stochastic training example `GraphSAGE
implementation <https://github.com/dmlc/dgl/blob/master/examples/pytorch/graphsage/train_sampling.py>`__.
implementation <https://github.com/dmlc/dgl/blob/master/examples/pytorch/graphsage/node_classification.py>`__.
For heterogeneous graphs
~~~~~~~~~~~~~~~~~~~~~~~~
......
......@@ -142,7 +142,7 @@ DGL提供了几个邻居采样类,这些类会生成需计算的节点在每
opt.step()
DGL提供了一个端到端的随机批次训练示例
`GraphSAGE的实现 <https://github.com/dmlc/dgl/blob/master/examples/pytorch/graphsage/train_sampling.py>`__
`GraphSAGE的实现 <https://github.com/dmlc/dgl/blob/master/examples/pytorch/graphsage/node_classification.py>`__
异构图上模型的训练
......
......@@ -135,7 +135,7 @@ Iterator는 매번 세개의 아이템을 생성한다. ``input_nodes`` 는 ``ou
opt.step()
DGL에서는 end-to-end stochastic 학습 예제인 `GraphSAGE
implementation <https://github.com/dmlc/dgl/blob/master/examples/pytorch/graphsage/train_sampling.py>`__ 제공한다.
implementation <https://github.com/dmlc/dgl/blob/master/examples/pytorch/graphsage/node_classification.py>`__ 제공한다.
Heterogeneous 그래프의 경우
~~~~~~~~~~~~~~~~~~~~~~~~
......
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