"examples/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "4c6e65437b4e729ea4030d6a21ee13fedac60612"
Unverified Commit 40607e3c authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

[Graphbolt] Create example for graphbolt dataformat. (#6511)


Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
parent 14b4a90b
This diff is collapsed.
dataset_name: cora
feature_data:
- domain: node
format: numpy
in_memory: true
name: feat
path: node-feat.npy
type: null
graph:
nodes:
- num: 2708
edges:
- path: edges.csv
tasks:
- name: node_classification
num_classes: 7
train_set:
- data:
- format: numpy
in_memory: true
name: seed_nodes
path: train_node.npy
- format: numpy
in_memory: true
name: labels
path: train_label.npy
type_name: null
validation_set:
- data:
- format: numpy
in_memory: true
name: seed_nodes
path: valid_node.npy
- format: numpy
in_memory: true
name: labels
path: valid_label.npy
type_name: null
test_set:
- data:
- format: numpy
in_memory: true
name: seed_nodes
path: test_node.npy
- format: numpy
in_memory: true
name: labels
path: test_label.npy
type_name: null
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