Skip to content

Commit

Permalink
#0: [skip ci] Update tg/tgg Resnet READMEs to be in line with the oth…
Browse files Browse the repository at this point in the history
…ers (#12911)
  • Loading branch information
tt-aho authored Sep 19, 2024
1 parent 0679c19 commit b4e309e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion models/demos/tg/resnet50/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ ResNet50 is a deep convolutional neural network architecture with 50 layers, des

### TG
#### End-to-End Performance
+ For end-to-end performance, run `pytest models/demos/tg/resnet50/tests/test_perf_e2e_resnet.py::test_perf_trace`.
+ For end-to-end performance, run
```python
pytest models/demos/tg/resnet50/tests/test_perf_e2e_resnet.py::test_perf_trace`
```
+ This will generate a CSV with the timings and throughputs.
+ **Expected end-to-end perf**: For batch = 16 per device, or batch 512 in total, it is about `66,150 fps` currently. This may vary machine to machine.
5 changes: 4 additions & 1 deletion models/demos/tgg/resnet50/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ ResNet50 is a deep convolutional neural network architecture with 50 layers, des

### TGG
#### End-to-End Performance
+ For end-to-end performance, run `pytest models/demos/tgg/resnet50/tests/test_perf_e2e_resnet.py::test_perf_trace`.
+ For end-to-end performance, run
```python
pytest models/demos/tgg/resnet50/tests/test_perf_e2e_resnet.py::test_perf_trace`
```
+ This will generate a CSV with the timings and throughputs.
+ **Expected end-to-end perf**: For batch = 16 per device, or batch 1024 in total, it is about `122,800 fps` currently. This may vary machine to machine.

0 comments on commit b4e309e

Please sign in to comment.