Skip to content

Commit 739e0c9

Browse files
committed
Results from R50 GH action on
1 parent 7bacd93 commit 739e0c9

File tree

11 files changed

+510
-456
lines changed

11 files changed

+510
-456
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.722 | - |
3+
| resnet50 | offline | 80 | 1.725 | - |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pip install -U mlcflow
1717

1818
mlc rm cache -f
1919

20-
mlc pull repo GATEOverflow@mlperf-automations --checkout=d5fe184c5afb68374c9be5e7e145a4cbe5e6d1be
20+
mlc pull repo GATEOverflow@mlperf-automations --checkout=b08370f7e8a879b3597847522146c45a08e4c2c4
2121

2222

2323
```
@@ -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.72184`
44+
`Samples per second`: `1.72542`
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
python3 python/main.py --profile resnet50-onnxruntime --model "/home/runner/MLC/repos/local/cache/get-tvm-model_fa72ea6c/resnet50_v1.onnx" --dataset-path /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_23fb37fb --output "/home/runner/MLC/repos/local/cache/get-mlperf-inference-results-dir_8bd8b30a/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/1cede6bcc5254c9f9c14bfea970d455a.conf --accuracy --use_preprocessed_dataset --cache_dir /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_23fb37fb --dataset-list /home/runner/MLC/repos/local/cache/extract-file_imagenet-aux-da_b1545dab/val.txt
2-
INFO:main:Namespace(dataset='imagenet', dataset_path='/home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_23fb37fb', dataset_list='/home/runner/MLC/repos/local/cache/extract-file_imagenet-aux-da_b1545dab/val.txt', data_format=None, profile='resnet50-onnxruntime', scenario='Offline', max_batchsize=1, model='/home/runner/MLC/repos/local/cache/get-tvm-model_fa72ea6c/resnet50_v1.onnx', output='/home/runner/MLC/repos/local/cache/get-mlperf-inference-results-dir_8bd8b30a/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_23fb37fb', 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/1cede6bcc5254c9f9c14bfea970d455a.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_fdf74cd2/resnet50_v1.onnx" --dataset-path /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_4df85b09 --output "/home/runner/MLC/repos/local/cache/get-mlperf-inference-results-dir_c60e0a6a/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/b60806433a60499fa9336db93f7ad824.conf --accuracy --use_preprocessed_dataset --cache_dir /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_4df85b09 --dataset-list /home/runner/MLC/repos/local/cache/extract-file_imagenet-aux-da_dd10bb12/val.txt
2+
INFO:main:Namespace(dataset='imagenet', dataset_path='/home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_4df85b09', dataset_list='/home/runner/MLC/repos/local/cache/extract-file_imagenet-aux-da_dd10bb12/val.txt', data_format=None, profile='resnet50-onnxruntime', scenario='Offline', max_batchsize=1, model='/home/runner/MLC/repos/local/cache/get-tvm-model_fdf74cd2/resnet50_v1.onnx', output='/home/runner/MLC/repos/local/cache/get-mlperf-inference-results-dir_c60e0a6a/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_4df85b09', 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/b60806433a60499fa9336db93f7ad824.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_fa72ea6c/model-tvm.so
5+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_fdf74cd2/model-tvm.so
66
INFO:main:starting TestScenario.Offline
7-
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_fa72ea6c/model-tvm.so
8-
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_fa72ea6c/model-tvm.so
9-
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_fa72ea6c/model-tvm.so
10-
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_fa72ea6c/model-tvm.so
11-
TestScenario.Offline qps=1.71, mean=1.7781, time=2.921, acc=80.000%, queries=5, tiles=50.0:1.5054,80.0:1.7905,90.0:2.3438,95.0:2.6205,99.0:2.8419,99.9:2.8917
7+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_fdf74cd2/model-tvm.so
8+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_fdf74cd2/model-tvm.so
9+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_fdf74cd2/model-tvm.so
10+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_fdf74cd2/model-tvm.so
11+
TestScenario.Offline qps=1.73, mean=1.7607, time=2.891, acc=80.000%, queries=5, tiles=50.0:1.4806,80.0:1.7897,90.0:2.3273,95.0:2.5960,99.0:2.8111,99.9:2.8594

0 commit comments

Comments
 (0)