Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng authored Dec 23, 2024
1 parent 7c163f5 commit 8b70601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graph/R-GAT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<Path to directory where files are generated after benchmark run>
cm run script --tags=process,mlperf,accuracy,_igbh --result_dir=<Path to directory where files are generated after the benchmark run>
```

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

Expand Down

0 comments on commit 8b70601

Please sign in to comment.