提交 99e4a707 编写于 作者: Z ZHUI

modify readme

上级 e895af61
# Graph Node Prediction for Open Graph Benchmark (OGB) Arxiv dataset # Graph Node Prediction for Open Graph Benchmark (OGB) Arxiv dataset
[The Open Graph Benchmark (OGB)](https://ogb.stanford.edu/) is a collection of benchmark datasets, data loaders, and evaluators for graph machine learning. Here we complete the Graph Link Prediction task based on PGL. [The Open Graph Benchmark (OGB)](https://ogb.stanford.edu/) is a collection of benchmark datasets, data loaders, and evaluators for graph machine learning. Here we complete the Graph Node Prediction task based on PGL.
### Requirements ### Requirements
...@@ -30,7 +30,7 @@ CUDA_VISIBLE_DEVICES=0 python train.py \ ...@@ -30,7 +30,7 @@ CUDA_VISIBLE_DEVICES=0 python train.py \
--test_samples 20 20 20 \ --test_samples 20 20 20 \
--hidden_size 256 --hidden_size 256
``` ```
or or
``` ```
sh run.sh sh run.sh
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册