From d128f3d6cf0978cf0a222fe94892f6064b853fc2 Mon Sep 17 00:00:00 2001 From: sys1874 <578417645@qq.com> Date: Wed, 9 Sep 2020 09:45:17 +0800 Subject: [PATCH] Update README.MD --- ogb_examples/nodeproppred/unimp/README.MD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ogb_examples/nodeproppred/unimp/README.MD b/ogb_examples/nodeproppred/unimp/README.MD index e03face..ef349b8 100644 --- a/ogb_examples/nodeproppred/unimp/README.MD +++ b/ogb_examples/nodeproppred/unimp/README.MD @@ -2,6 +2,9 @@ This experiment is based on stanford OGB (1.2.1) benchmark. The description of 《Masked Label Prediction: Unified Massage Passing Model for Semi-Supervised Classification》 is [avaiable here](). The steps are: +### Note: + The result of Arxiv dataset have been updated, which is slight different from the paper. + ### Install environment: ``` git clone https://github.com/PaddlePaddle/PGL.git -- GitLab