Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
PGL
提交
14b2abba
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看板
提交
14b2abba
编写于
6月 16, 2020
作者:
Z
ZHUI
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
delete some comments
上级
6bb55f73
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
0 addition
and
18 deletion
+0
-18
ogb_examples/nodeproppred/ogbn-arxiv/dataloader/ogbn_arxiv_dataloader.py
...deproppred/ogbn-arxiv/dataloader/ogbn_arxiv_dataloader.py
+0
-18
未找到文件。
ogb_examples/nodeproppred/ogbn-arxiv/dataloader/ogbn_arxiv_dataloader.py
浏览文件 @
14b2abba
...
...
@@ -31,18 +31,6 @@ from collections import namedtuple
import
pgl
import
numpy
as
np
import
copy
"""
dict_keys(['edge_index', 'edge_feat', 'node_feat', 'node_year', 'num_nodes'])
edge_index shape: (2, 1166243)
edge_index type: <class 'numpy.ndarray'>
[[104447 15858 107156 ... 45118 45118 45118]
[ 13091 47283 69161 ... 162473 162537 72717]]
edge_feat: None
node_feat shape: (169343, 128)
node_year shape: (169343, 1)
num_nodes: 169343
label shape: (169343, 1)
"""
def
traverse
(
item
):
...
...
@@ -131,7 +119,6 @@ class ArxivDataGenerator(BaseDataGenerator):
labels
=
label
[
nodes_idx
]
self
.
nodes_idx
=
nodes_idx
self
.
labels
=
labels
#self.static_gw_based_line_example(nodes_idx, labels)
self
.
sample_based_line_example
(
nodes_idx
,
labels
)
def
sample_based_line_example
(
self
,
nodes_idx
,
labels
):
...
...
@@ -142,11 +129,6 @@ class ArxivDataGenerator(BaseDataGenerator):
print
(
"Phase"
,
self
.
phase
)
print
(
"Len Examples"
,
len
(
self
.
line_examples
))
def
batch_fn2
(
self
,
batch_ex
):
feed_dict
[
"batch_nodes"
]
=
np
.
array
(
batch_ex
[
0
][
'node'
],
dtype
=
"int64"
)
feed_dict
[
"labels"
]
=
np
.
array
(
batch_ex
[
0
][
'label'
],
dtype
=
"int64"
)
return
feed_dict
def
batch_fn
(
self
,
batch_ex
):
batch_nodes
=
[]
cc
=
0
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录