From 99e4a7074e244ecc7074559cec13565364c3e27c Mon Sep 17 00:00:00 2001 From: ZHUI Date: Tue, 16 Jun 2020 11:51:23 +0800 Subject: [PATCH] modify readme --- ogb_examples/nodeproppred/ogbn-arxiv/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ogb_examples/nodeproppred/ogbn-arxiv/README.md b/ogb_examples/nodeproppred/ogbn-arxiv/README.md index 9a8e222..123deb8 100644 --- a/ogb_examples/nodeproppred/ogbn-arxiv/README.md +++ b/ogb_examples/nodeproppred/ogbn-arxiv/README.md @@ -1,6 +1,6 @@ # 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 @@ -30,7 +30,7 @@ CUDA_VISIBLE_DEVICES=0 python train.py \ --test_samples 20 20 20 \ --hidden_size 256 ``` -or +or ``` sh run.sh -- GitLab