Skip to content

Commit c331cd7

Browse files
committed
Results from R50 GH action on
1 parent 9eae119 commit c331cd7

File tree

12 files changed

+259
-260
lines changed

12 files changed

+259
-260
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-
| resnet50 | offline | 80 | 1.742 | - |
3+
| resnet50 | offline | 80 | 1.73 | - |

open/MLCommons/measurements/gh_ubuntu-latest-reference-cpu-tvm-onnx_v1.19.2-default_config/resnet50/offline/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Model Precision: fp32
4141
`acc`: `80.0`, Required accuracy for closed division `>= 75.6954`
4242

4343
### Performance Results
44-
`Samples per second`: `1.74233`
44+
`Samples per second`: `1.73035`
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
python3 python/main.py --profile resnet50-onnxruntime --model "/home/runner/MLC/repos/local/cache/get-tvm-model_5c5e92ba/resnet50_v1.onnx" --dataset-path /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e6b27b38 --output "/home/runner/MLC/repos/local/cache/get-mlperf-inference-results-dir_9010d1cc/test_results/gh_ubuntu-latest-reference-cpu-tvm-onnx-v1.19.2-default_config/resnet50/offline/accuracy" --backend tvm --scenario Offline --max-batchsize 1 --count 5 --threads 4 --user_conf /home/runner/MLC/repos/GATEOverflow@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/ce0778c5f8054319b795d9f5edc331af.conf --accuracy --use_preprocessed_dataset --cache_dir /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e6b27b38 --dataset-list /home/runner/MLC/repos/local/cache/extract-file_imagenet-aux-da_75f7237b/val.txt
2-
INFO:main:Namespace(dataset='imagenet', dataset_path='/home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e6b27b38', dataset_list='/home/runner/MLC/repos/local/cache/extract-file_imagenet-aux-da_75f7237b/val.txt', data_format=None, profile='resnet50-onnxruntime', scenario='Offline', max_batchsize=1, model='/home/runner/MLC/repos/local/cache/get-tvm-model_5c5e92ba/resnet50_v1.onnx', output='/home/runner/MLC/repos/local/cache/get-mlperf-inference-results-dir_9010d1cc/test_results/gh_ubuntu-latest-reference-cpu-tvm-onnx-v1.19.2-default_config/resnet50/offline/accuracy', inputs=None, outputs=['ArgMax:0'], backend='tvm', device=None, model_name='resnet50', threads=4, qps=None, cache=0, cache_dir='/home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e6b27b38', preprocessed_dir=None, use_preprocessed_dataset=True, accuracy=True, find_peak_performance=False, debug=False, user_conf='/home/runner/MLC/repos/GATEOverflow@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/ce0778c5f8054319b795d9f5edc331af.conf', audit_conf='audit.config', time=None, count=5, performance_sample_count=None, max_latency=None, samples_per_query=8)
1+
python3 python/main.py --profile resnet50-onnxruntime --model "/home/runner/MLC/repos/local/cache/get-tvm-model_b330b09e/resnet50_v1.onnx" --dataset-path /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_4b4b98dd --output "/home/runner/MLC/repos/local/cache/get-mlperf-inference-results-dir_71a1c7d0/test_results/gh_ubuntu-latest-reference-cpu-tvm-onnx-v1.19.2-default_config/resnet50/offline/accuracy" --backend tvm --scenario Offline --max-batchsize 1 --count 5 --threads 4 --user_conf /home/runner/MLC/repos/GATEOverflow@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/538116fbbeca4a9f94f8f51b4cec4bfa.conf --accuracy --use_preprocessed_dataset --cache_dir /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_4b4b98dd --dataset-list /home/runner/MLC/repos/local/cache/extract-file_imagenet-aux-da_160a80cd/val.txt
2+
INFO:main:Namespace(dataset='imagenet', dataset_path='/home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_4b4b98dd', dataset_list='/home/runner/MLC/repos/local/cache/extract-file_imagenet-aux-da_160a80cd/val.txt', data_format=None, profile='resnet50-onnxruntime', scenario='Offline', max_batchsize=1, model='/home/runner/MLC/repos/local/cache/get-tvm-model_b330b09e/resnet50_v1.onnx', output='/home/runner/MLC/repos/local/cache/get-mlperf-inference-results-dir_71a1c7d0/test_results/gh_ubuntu-latest-reference-cpu-tvm-onnx-v1.19.2-default_config/resnet50/offline/accuracy', inputs=None, outputs=['ArgMax:0'], backend='tvm', device=None, model_name='resnet50', threads=4, qps=None, cache=0, cache_dir='/home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_4b4b98dd', preprocessed_dir=None, use_preprocessed_dataset=True, accuracy=True, find_peak_performance=False, debug=False, user_conf='/home/runner/MLC/repos/GATEOverflow@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/538116fbbeca4a9f94f8f51b4cec4bfa.conf', audit_conf='audit.config', time=None, count=5, performance_sample_count=None, max_latency=None, samples_per_query=8)
33
INFO:imagenet:Loading 5 preprocessed images using 4 threads
44
INFO:imagenet:loaded 5 images, cache=0, already_preprocessed=True, took=0.0sec
5-
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_5c5e92ba/model-tvm.so
5+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_b330b09e/model-tvm.so
66
INFO:main:starting TestScenario.Offline
7-
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_5c5e92ba/model-tvm.so
8-
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_5c5e92ba/model-tvm.so
9-
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_5c5e92ba/model-tvm.so
10-
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_5c5e92ba/model-tvm.so
11-
TestScenario.Offline qps=1.72, mean=1.7614, time=2.902, acc=80.000%, queries=5, tiles=50.0:1.4863,80.0:1.7689,90.0:2.3225,95.0:2.5993,99.0:2.8208,99.9:2.8706
7+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_b330b09e/model-tvm.so
8+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_b330b09e/model-tvm.so
9+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_b330b09e/model-tvm.so
10+
TestScenario.Offline qps=1.73, mean=1.7613, time=2.882, acc=80.000%, queries=5, tiles=50.0:1.5068,80.0:1.7908,90.0:2.3210,95.0:2.5862,99.0:2.7983,99.9:2.8460

0 commit comments

Comments
 (0)