Skip to content

Commit

Permalink
Add equal issue note in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmpablo157321 committed Dec 16, 2024
1 parent c19d388 commit 60d28fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions graph/R-GAT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,5 @@ Run benchmark inside the docker container:
```bash
python3 main.py --dataset igbh-dgl --dataset-path igbh/ --profile rgat-dgl-full --device gpu [--model-path <path_to_ckpt>] [--in-memory] [--dtype <fp16 or fp32>] [--scenario <SingleStream, MultiStream, Server or Offline>]
```

**NOTE:** For official submissions, this benchmark is required to run in equal issue mode. Please make sure that the flag `rgat.*.sample_concatenate_permutation` is set to one in the [mlperf.conf](../../loadgen/mlperf.conf) file when loadgen is built.

0 comments on commit 60d28fd

Please sign in to comment.