Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PGL
提交
c2c94565
P
PGL
项目概览
PaddlePaddle
/
PGL
通知
76
Star
4
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
11
列表
看板
标记
里程碑
合并请求
1
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
PGL
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
11
Issue
11
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
c2c94565
编写于
5月 07, 2020
作者:
Webbley
提交者:
GitHub
5月 07, 2020
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #64 from PaddlePaddle/develop
Develop
上级
da338d73
806b0ab4
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
18 addition
and
9 deletion
+18
-9
docs/source/api/pgl.heter_graph.rst
docs/source/api/pgl.heter_graph.rst
+7
-0
docs/source/api/pgl.heter_graph_wrapper.rst
docs/source/api/pgl.heter_graph_wrapper.rst
+7
-0
docs/source/api/pgl.rst
docs/source/api/pgl.rst
+2
-2
docs/source/quick_start/md/quick_start_for_heterGraph.md
docs/source/quick_start/md/quick_start_for_heterGraph.md
+2
-7
未找到文件。
docs/source/api/pgl.
contrib.
heter_graph.rst
→
docs/source/api/pgl.heter_graph.rst
浏览文件 @
c2c94565
pgl.
contrib.
heter\_graph module: Heterogenous Graph Storage
pgl.heter\_graph module: Heterogenous Graph Storage
===============================
.. automodule:: pgl.
contrib.
heter_graph
.. automodule:: pgl.heter_graph
:members:
:undoc-members:
:show-inheritance:
docs/source/api/pgl.
contrib.
heter_graph_wrapper.rst
→
docs/source/api/pgl.heter_graph_wrapper.rst
浏览文件 @
c2c94565
pgl.
contrib.
heter\_graph\_wrapper module: Heterogenous Graph data holders for Paddle GNN.
pgl.heter\_graph\_wrapper module: Heterogenous Graph data holders for Paddle GNN.
=========================
.. automodule:: pgl.
contrib.
heter_graph_wrapper
.. automodule:: pgl.heter_graph_wrapper
:members:
:undoc-members:
:show-inheritance:
docs/source/api/pgl.rst
浏览文件 @
c2c94565
...
...
@@ -9,5 +9,5 @@ API Reference
pgl.data_loader
pgl.utils.paddle_helper
pgl.utils.mp_reader
pgl.
contrib.
heter_graph
pgl.
contrib.
heter_graph_wrapper
pgl.heter_graph
pgl.heter_graph_wrapper
docs/source/quick_start/md/quick_start_for_heterGraph.md
浏览文件 @
c2c94565
...
...
@@ -58,8 +58,8 @@ Now, we can build a heterogenous graph by using PGL.
import
paddle.fluid
as
fluid
import
paddle.fluid.layers
as
fl
import
pgl
from
pgl
.contrib
import
heter_graph
from
pgl
.contrib
import
heter_graph_wrapper
from
pgl
import
heter_graph
from
pgl
import
heter_graph_wrapper
g
=
heter_graph
.
HeterGraph
(
num_nodes
=
num_nodes
,
edges
=
edges
,
...
...
@@ -160,8 +160,3 @@ for epoch in range(30):
train_loss
=
exe
.
run
(
fluid
.
default_main_program
(),
feed
=
feed_dict
,
fetch_list
=
[
loss
],
return_numpy
=
True
)
print
(
'Epoch %d | Loss: %f'
%
(
epoch
,
train_loss
[
0
]))
```
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录