Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
bd311aa6
Unverified
Commit
bd311aa6
authored
Aug 25, 2022
by
Rhett Ying
Committed by
GitHub
Aug 25, 2022
Browse files
[doc] fix invalid link in user guide (#4468)
parent
40a2f3c7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
docs/source/guide/minibatch-node.rst
docs/source/guide/minibatch-node.rst
+1
-1
docs/source/guide_cn/minibatch-node.rst
docs/source/guide_cn/minibatch-node.rst
+1
-1
docs/source/guide_ko/minibatch-node.rst
docs/source/guide_ko/minibatch-node.rst
+1
-1
No files found.
docs/source/guide/minibatch-node.rst
View file @
bd311aa6
...
...
@@ -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
~~~~~~~~~~~~~~~~~~~~~~~~
...
...
docs/source/guide_cn/minibatch-node.rst
View file @
bd311aa6
...
...
@@ -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
>`
__
。
异构图上模型的训练
...
...
docs/source/guide_ko/minibatch-node.rst
View file @
bd311aa6
...
...
@@ -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
그래프의
경우
~~~~~~~~~~~~~~~~~~~~~~~~
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment