From 8b70601e483c201c421ed89cb676d0b51b83b5a3 Mon Sep 17 00:00:00 2001 From: ANANDHU S <71482562+anandhu-eng@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:40:48 +0530 Subject: [PATCH] Update README.md --- graph/R-GAT/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graph/R-GAT/README.md b/graph/R-GAT/README.md index f3291f37f..561a65e6f 100644 --- a/graph/R-GAT/README.md +++ b/graph/R-GAT/README.md @@ -176,10 +176,10 @@ python3 main.py --dataset igbh-dgl --dataset-path igbh/ --profile rgat-dgl-full ### Evaluate the accuracy ```bash -cm run script --tags=process,mlperf,accuracy,_igbh --result_dir= +cm run script --tags=process,mlperf,accuracy,_igbh --result_dir= ``` -Please click [here](https://github.com/mlcommons/inference/blob/dev/graph/R-GAT/tools/accuracy_igbh.py) to view the python script for evaluating accuracy for the igbh dataset. +Please click [here](https://github.com/mlcommons/inference/blob/dev/graph/R-GAT/tools/accuracy_igbh.py) to view the Python script for evaluating accuracy for the IGBH dataset. #### Run using docker