"...api/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "984d340534e04674ddeae4120311248c9beabfb7"
Unverified Commit e06505b3 authored by Hongzhi (Steve), Chen's avatar Hongzhi (Steve), Chen Committed by GitHub
Browse files

[Misc] Remove the cora example dataset, too big. (#6547)


Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
parent 964fd020
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: nodeclassification/train-node.npy
- format: numpy
in_memory: true
name: labels
path: nodeclassification/train-label.npy
type_name: null
validation_set:
- data:
- format: numpy
in_memory: true
name: seed_nodes
path: nodeclassification/valid-node.npy
- format: numpy
in_memory: true
name: labels
path: nodeclassification/valid-label.npy
type_name: null
test_set:
- data:
- format: numpy
in_memory: true
name: seed_nodes
path: nodeclassification/test-node.npy
- format: numpy
in_memory: true
name: labels
path: nodeclassification/test-label.npy
type_name: null
- name: link_prediction
train_set:
- data:
- format: numpy
in_memory: true
name: node_pairs
path: linkprediction/train-node-pairs.npy
type_name: null
test_set:
- data:
- format: numpy
in_memory: true
name: node_pairs
path: linkprediction/test-node-pairs.npy
- format: numpy
in_memory: true
name: negative_srcs
path: linkprediction/test-negative-srcs.npy
- format: numpy
in_memory: true
name: negative_dsts
path: linkprediction/test-negative-dsts.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