From 8b7cf9229230b67958b99ec52799c491777c0c8d Mon Sep 17 00:00:00 2001 From: sys1874 <578417645@qq.com> Date: Mon, 7 Sep 2020 21:02:14 +0800 Subject: [PATCH] Update README.MD --- ogb_examples/nodeproppred/unipm/README.MD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ogb_examples/nodeproppred/unipm/README.MD b/ogb_examples/nodeproppred/unipm/README.MD index e250951..471e1c4 100644 --- a/ogb_examples/nodeproppred/unipm/README.MD +++ b/ogb_examples/nodeproppred/unipm/README.MD @@ -39,10 +39,10 @@ Arxiv_dataset(Full Batch): Products_dataset(NeighborSampler): | Model |Test Accuracy |Valid Accuracy | Parameters | Hardware | | ------------------ |-------------- | --------------- | -------------- |----------| -| Arxiv_baseline | $0.7225 \pm 0.0015$ | $$0.7367 \pm 0.0012$$ | 468,369 | Tesla V100 (32GB) | -| Arxiv_UniPM | $$0.7311 \pm 0.0021$$ | $$0.7450 \pm 0.0005$$ | 473,489 | Tesla V100 (32GB) | -| Products_baseline | $$0.8023 \pm 0.0026$$ | $$0.9286 \pm 0.0017$$ | 1,470,905 | Tesla V100 (32GB) | -| Products_UniPM | $$0.8256 \pm 0.0031$$ | $$0.9308 \pm 0.0017$$ | 1,475,605 | Tesla V100 (32GB) | -| Proteins_baseline | $$0.8611 \pm 0.0017$$ | $$0.9128 \pm 0.0007$$ | 1,879,664 | Tesla V100 (32GB) | -| Proteins_UniPM | $$0.8643 \pm 0.0016$$ | $$0.9175 \pm 0.0007$$ | 1,909,104 | Tesla V100 (32GB) | +| Arxiv_baseline | 0.7225 ± 0.0015 | 0.7367 ± 0.0012 | 468,369 | Tesla V100 (32GB) | +| Arxiv_UniPM | 0.7311 ± 0.0021 | 0.7450 ± 0.0005 | 473,489 | Tesla V100 (32GB) | +| Products_baseline | 0.8023 ± 0.0026 | 0.9286 ± 0.0017 | 1,470,905 | Tesla V100 (32GB) | +| Products_UniPM | 0.8256 ± 0.0031 | 0.9308 ± 0.0017 | 1,475,605 | Tesla V100 (32GB) | +| Proteins_baseline | 0.8611 ± 0.0017 | 0.9128 ± 0.0007 | 1,879,664 | Tesla V100 (32GB) | +| Proteins_UniPM | 0.8643 ± 0.0016 | 0.9175 ± 0.0007 | 1,909,104 | Tesla V100 (32GB) | -- GitLab