Skip to content

Commit d81e143

Browse files
committed
Results from R50 GH action on
1 parent 7ea8659 commit d81e143

File tree

14 files changed

+232
-200
lines changed

14 files changed

+232
-200
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
| Model | Scenario | Accuracy | Throughput | Latency (in ms) |
22
|-----------|------------|------------|--------------|-------------------|
3-
| retinanet | offline | 49.593 | 0.419 | - |
3+
| retinanet | offline | 49.593 | 0.421 | - |

open/MLCommons/measurements/default-mlcommons_cpp-cpu-onnxruntime-default_config/retinanet/offline/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ pip install -U mlcflow
1616

1717
mlc rm cache -f
1818

19-
mlc pull repo anandhu-eng@mlperf-automations --checkout=8bd61bc374739cf0c1f706024722559e784900eb
19+
mlc pull repo GATEOverflow@mlperf-automations --checkout=1ae202ac0f0fca0cb1a976c850cb69aeba0733f2
2020

2121

2222
```
2323
*Note that if you want to use the [latest automation recipes](https://docs.mlcommons.org/inference) for MLPerf,
24-
you should simply reload anandhu-eng@mlperf-automations without checkout and clean MLC cache as follows:*
24+
you should simply reload GATEOverflow@mlperf-automations without checkout and clean MLC cache as follows:*
2525

2626
```bash
27-
mlc rm repo anandhu-eng@mlperf-automations
28-
mlc pull repo anandhu-eng@mlperf-automations
27+
mlc rm repo GATEOverflow@mlperf-automations
28+
mlc pull repo GATEOverflow@mlperf-automations
2929
mlc rm cache -f
3030

3131
```
@@ -40,4 +40,4 @@ Model Precision: fp32
4040
`mAP`: `49.593`, Required accuracy for closed division `>= 37.1745`
4141

4242
### Performance Results
43-
`Samples per second`: `0.419418`
43+
`Samples per second`: `0.420907`

open/MLCommons/measurements/default-mlcommons_cpp-cpu-onnxruntime-default_config/retinanet/offline/accuracy_console.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
User Conf path: /home/runner/MLC/repos/anandhu-eng@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/5ef036677a3b4cf5b74fe1c2204e14d7.conf
2-
Dataset Preprocessed path: /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-openimages_84cef78e
3-
Dataset List filepath: /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-openimages_84cef78e/annotations/openimages-mlperf.json
1+
User Conf path: /home/runner/MLC/repos/GATEOverflow@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/c6da6c9e2cb646839fd0b77e559b80d1.conf
2+
Dataset Preprocessed path: /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-openimages_dea2dee8
3+
Dataset List filepath: /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-openimages_dea2dee8/annotations/openimages-mlperf.json
44
Scenario: Offline
55
Mode: AccuracyOnly
66
Batch size: 1

open/MLCommons/measurements/default-mlcommons_cpp-cpu-onnxruntime-default_config/retinanet/offline/cpu_info.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"MLC_HOST_CPU_L2_CACHE_SIZE": "1 MiB (2 instances)",
2121
"MLC_HOST_CPU_L3_CACHE_SIZE": "32 MiB (1 instance)",
2222
"MLC_HOST_CPU_NUMA_NODES": "1",
23-
"MLC_HOST_CPU_START_CORES": "0",
2423
"MLC_HOST_CPU_TOTAL_LOGICAL_CORES": "4",
2524
"MLC_HOST_CPU_TOTAL_PHYSICAL_CORES": "2",
2625
"MLC_HOST_CPU_PHYSICAL_CORES_LIST": "0-1",

open/MLCommons/measurements/default-mlcommons_cpp-cpu-onnxruntime-default_config/retinanet/offline/mlc-deps.mmd

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ graph TD
22
app-mlperf-inference,d775cac873ee4231_(_cpp,_retinanet,_onnxruntime,_cpu,_test,_r5.1-dev_default,_offline_) --> detect,os
33
app-mlperf-inference,d775cac873ee4231_(_cpp,_retinanet,_onnxruntime,_cpu,_test,_r5.1-dev_default,_offline_) --> get,sys-utils-cm
44
app-mlperf-inference,d775cac873ee4231_(_cpp,_retinanet,_onnxruntime,_cpu,_test,_r5.1-dev_default,_offline_) --> get,python
5-
app-mlperf-inference,d775cac873ee4231_(_cpp,_retinanet,_onnxruntime,_cpu,_test,_r5.1-dev_default,_offline_) --> get,mlcommons,inference,src
6-
get-mlperf-inference-utils,e341e5f86d8342e5 --> get,mlperf,inference,src
5+
get-mlperf-inference-src,4b57186581024797_(_branch.master_) --> detect,os
6+
get-mlperf-inference-src,4b57186581024797_(_branch.master_) --> get,python3
7+
get-mlperf-inference-src,4b57186581024797_(_branch.master_) --> get,git,repo,_branch.master,_repo.https://github.com/mlcommons/inference
8+
app-mlperf-inference,d775cac873ee4231_(_cpp,_retinanet,_onnxruntime,_cpu,_test,_r5.1-dev_default,_offline_) --> get,mlcommons,inference,src,_branch.master
9+
get-mlperf-inference-utils,e341e5f86d8342e5 --> get,mlperf,inference,src,_branch.master
710
app-mlperf-inference,d775cac873ee4231_(_cpp,_retinanet,_onnxruntime,_cpu,_test,_r5.1-dev_default,_offline_) --> get,mlperf,inference,utils
811
app-mlperf-inference-mlcommons-cpp,bf62405e6c7a44bf_(_offline,_retinanet,_onnxruntime,_cpu_) --> detect,os
912
detect-cpu,586c8a43320142f7 --> detect,os
@@ -41,7 +44,7 @@ graph TD
4144
get-generic-python-lib,94b62a682bc44791_(_package.setuptools_) --> get,generic-python-lib,_pip
4245
get-mlperf-inference-loadgen,64c3d98d0ba04950_(_wg-inference_) --> get,generic-python-lib,_package.setuptools
4346
app-mlperf-inference-mlcommons-cpp,bf62405e6c7a44bf_(_offline,_retinanet,_onnxruntime,_cpu_) --> get,loadgen,_wg-inference
44-
app-mlperf-inference-mlcommons-cpp,bf62405e6c7a44bf_(_offline,_retinanet,_onnxruntime,_cpu_) --> get,mlcommons,inference,src
47+
app-mlperf-inference-mlcommons-cpp,bf62405e6c7a44bf_(_offline,_retinanet,_onnxruntime,_cpu_) --> get,mlcommons,inference,src,_branch.master
4548
app-mlperf-inference-mlcommons-cpp,bf62405e6c7a44bf_(_offline,_retinanet,_onnxruntime,_cpu_) --> get,lib,onnxruntime,lang-cpp,_cpu
4649
app-mlperf-inference-mlcommons-cpp,bf62405e6c7a44bf_(_offline,_retinanet,_onnxruntime,_cpu_) --> get,dataset,preprocessed,openimages,_validation,_NCHW,_50
4750
app-mlperf-inference-mlcommons-cpp,bf62405e6c7a44bf_(_offline,_retinanet,_onnxruntime,_cpu_) --> get,ml-model,retinanet,_onnx,_fp32
@@ -51,7 +54,7 @@ graph TD
5154
generate-mlperf-inference-user-conf,3af4475745964b93_(_wg-inference_) --> get,python
5255
get-mlperf-inference-sut-configs,c2fbf72009e2445b --> get,cache,dir,_name.mlperf-inference-sut-configs
5356
generate-mlperf-inference-user-conf,3af4475745964b93_(_wg-inference_) --> get,sut,configs
54-
generate-mlperf-inference-user-conf,3af4475745964b93_(_wg-inference_) --> get,mlcommons,inference,src
57+
generate-mlperf-inference-user-conf,3af4475745964b93_(_wg-inference_) --> get,mlcommons,inference,src,_branch.master
5558
app-mlperf-inference-mlcommons-cpp,bf62405e6c7a44bf_(_offline,_retinanet,_onnxruntime,_cpu_) --> generate,user-conf,mlperf,inference,_wg-inference
5659
detect-cpu,586c8a43320142f7 --> detect,os
5760
compile-program,c05042ba005a4bfa --> detect,cpu

open/MLCommons/measurements/default-mlcommons_cpp-cpu-onnxruntime-default_config/retinanet/offline/mlc-version-info.json

Lines changed: 42 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,52 @@
3131
}
3232
},
3333
{
34-
"get,mlcommons,inference,src": {
34+
"detect,os": {
35+
"script_uid": "863735b7db8c44fc",
36+
"script_alias": "detect-os",
37+
"script_tags": "detect-os,detect,os,info",
38+
"script_variations": "",
39+
"version": "",
40+
"parent": "get-mlperf-inference-src,4b57186581024797 ( branch.master )"
41+
}
42+
},
43+
{
44+
"get,python3": {
45+
"script_uid": "d0b5dd74373f4a62",
46+
"script_alias": "get-python3",
47+
"script_tags": "get,python,python3,get-python,get-python3",
48+
"script_variations": "",
49+
"version": "3.10.8",
50+
"parent": "get-mlperf-inference-src,4b57186581024797 ( branch.master )"
51+
}
52+
},
53+
{
54+
"get,git,repo,_branch.master,_repo.https://github.com/mlcommons/inference": {
55+
"script_uid": "ed603e7292974f10",
56+
"script_alias": "get-git-repo",
57+
"script_tags": "get,git,repo,repository,clone",
58+
"script_variations": "branch.master,repo.https://github.com/mlcommons/inference",
59+
"version": "",
60+
"parent": "get-mlperf-inference-src,4b57186581024797 ( branch.master )"
61+
}
62+
},
63+
{
64+
"get,mlcommons,inference,src,_branch.master": {
3565
"script_uid": "4b57186581024797",
3666
"script_alias": "get-mlperf-inference-src",
3767
"script_tags": "get,src,source,inference,inference-src,inference-source,mlperf,mlcommons",
38-
"script_variations": "",
39-
"version": "master-git-0a3570efb0309b5581f2831d84c05fe5483b5ef7",
68+
"script_variations": "branch.master",
69+
"version": "custom-git-0a3570efb0309b5581f2831d84c05fe5483b5ef7",
4070
"parent": "app-mlperf-inference,d775cac873ee4231 ( cpp,_retinanet,_onnxruntime,_cpu,_test,_r5.1-dev_default,_offline )"
4171
}
4272
},
4373
{
44-
"get,mlperf,inference,src": {
74+
"get,mlperf,inference,src,_branch.master": {
4575
"script_uid": "4b57186581024797",
4676
"script_alias": "get-mlperf-inference-src",
4777
"script_tags": "get,src,source,inference,inference-src,inference-source,mlperf,mlcommons",
48-
"script_variations": "",
49-
"version": "master-git-0a3570efb0309b5581f2831d84c05fe5483b5ef7",
78+
"script_variations": "branch.master",
79+
"version": "custom-git-0a3570efb0309b5581f2831d84c05fe5483b5ef7",
5080
"parent": "get-mlperf-inference-utils,e341e5f86d8342e5"
5181
}
5282
},
@@ -421,12 +451,12 @@
421451
}
422452
},
423453
{
424-
"get,mlcommons,inference,src": {
454+
"get,mlcommons,inference,src,_branch.master": {
425455
"script_uid": "4b57186581024797",
426456
"script_alias": "get-mlperf-inference-src",
427457
"script_tags": "get,src,source,inference,inference-src,inference-source,mlperf,mlcommons",
428-
"script_variations": "",
429-
"version": "master-git-0a3570efb0309b5581f2831d84c05fe5483b5ef7",
458+
"script_variations": "branch.master",
459+
"version": "custom-git-0a3570efb0309b5581f2831d84c05fe5483b5ef7",
430460
"parent": "app-mlperf-inference-mlcommons-cpp,bf62405e6c7a44bf ( offline,_retinanet,_onnxruntime,_cpu )"
431461
}
432462
},
@@ -521,12 +551,12 @@
521551
}
522552
},
523553
{
524-
"get,mlcommons,inference,src": {
554+
"get,mlcommons,inference,src,_branch.master": {
525555
"script_uid": "4b57186581024797",
526556
"script_alias": "get-mlperf-inference-src",
527557
"script_tags": "get,src,source,inference,inference-src,inference-source,mlperf,mlcommons",
528-
"script_variations": "",
529-
"version": "master-git-0a3570efb0309b5581f2831d84c05fe5483b5ef7",
558+
"script_variations": "branch.master",
559+
"version": "custom-git-0a3570efb0309b5581f2831d84c05fe5483b5ef7",
530560
"parent": "generate-mlperf-inference-user-conf,3af4475745964b93 ( wg-inference )"
531561
}
532562
},

open/MLCommons/measurements/default-mlcommons_cpp-cpu-onnxruntime-default_config/retinanet/offline/os_info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"MLC_HOST_PYTHON_BITS": "64",
2929
"MLC_HOST_SYSTEM_NAME": "pkrvmbietmlfzoi",
3030
"+PATH": [
31-
"/home/runner/MLC/repos/local/cache/install-python-src_ffdc2dc4/install/bin"
31+
"/home/runner/MLC/repos/local/cache/install-python-src_9818ad19/install/bin"
3232
]
3333
}

open/MLCommons/measurements/default-mlcommons_cpp-cpu-onnxruntime-default_config/retinanet/offline/performance_console.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
User Conf path: /home/runner/MLC/repos/anandhu-eng@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/f803f54edae24a2d8824f9669c1f307f.conf
2-
Dataset Preprocessed path: /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-openimages_84cef78e
3-
Dataset List filepath: /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-openimages_84cef78e/annotations/openimages-mlperf.json
1+
User Conf path: /home/runner/MLC/repos/GATEOverflow@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/e6a5edc91faf44df999a0dede8c69bfb.conf
2+
Dataset Preprocessed path: /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-openimages_dea2dee8
3+
Dataset List filepath: /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-openimages_dea2dee8/annotations/openimages-mlperf.json
44
Scenario: Offline
55
Mode: PerformanceOnly
66
Batch size: 1

open/MLCommons/results/default-mlcommons_cpp-cpu-onnxruntime-default_config/retinanet/offline/accuracy/accuracy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ found 10 images
2929
found 0 images with no results
3030
ignored 0 dupes
3131

32-
hash=e4c95d783096b861efcd37a1c10e46acc785715786743310c326b1276f9cd108
32+
hash=cb1bf65db8a0d1283a6d4c822731317398434e1c568147840ce8ee40a5a3823b

0 commit comments

Comments
 (0)