-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
various fixes to export PyTorch ABTF model to ONNX
- Loading branch information
Showing
4 changed files
with
41 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,10 +46,10 @@ cmr "get generic-python-lib _torchvision_cuda" --extra-index-url=https://downloa | |
|
||
|
||
|
||
## Test Model with a test image | ||
## Test ABTF model inference with a sample image | ||
|
||
```bash | ||
cmr "test abtf ssd-resnet50 cognata pytorch inference _cuda" --input=0000008766.png --output=0000008766_prediction_test.jpg --config=baseline_8MP_ss_scales --num-classes=13 | ||
cmr "test abtf ssd-resnet50 cognata pytorch inference _cuda" --input=0000008766.png --output=0000008766_prediction_test.jpg --config=baseline_8MP_ss_scales --num-classes=15 | ||
``` | ||
|
||
## Benchmark model with MLPerf loadgen | ||
|
@@ -59,6 +59,8 @@ cmr "generic loadgen python _pytorch _cuda _custom _cmc" --samples=5 --modelsamp | |
``` | ||
|
||
|
||
|
||
|
||
## Benchmarking other models | ||
|
||
Other ways to download public or private model code and weights: | ||
|
@@ -84,6 +86,9 @@ cmr "generic loadgen python _pytorch _cuda _custom _cmc" --samples=5 --modelsamp | |
|
||
|
||
|
||
|
||
|
||
|
||
## Feedback | ||
|
||
Join MLCommons discord or get in touch with developer: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters