Skip to content

Commit d02a08a

Browse files
committed
Auto-merge updates from auto-update branch
2 parents 41f18e8 + d9dc218 commit d02a08a

File tree

12 files changed

+262
-261
lines changed

12 files changed

+262
-261
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.73 | - |
3+
| resnet50 | offline | 80 | 1.733 | - |

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

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

1818
mlc rm cache -f
1919

20-
mlc pull repo shahfarazz@mlperf-automations --checkout=b0beb56525ffcfa4c58e6949f2dbb8d23fedd4ac
20+
mlc pull repo GATEOverflow@mlperf-automations --checkout=245b6ba51c44f31805118313c54675c4d805e77b
2121

2222

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

2727
```bash
28-
mlc rm repo shahfarazz@mlperf-automations
29-
mlc pull repo shahfarazz@mlperf-automations
28+
mlc rm repo GATEOverflow@mlperf-automations
29+
mlc pull repo GATEOverflow@mlperf-automations
3030
mlc rm cache -f
3131

3232
```
@@ -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.7297`
44+
`Samples per second`: `1.73308`
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_b043e031/resnet50_v1.onnx" --dataset-path /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_8eb6c3d0 --output "/home/runner/MLC/repos/local/cache/get-mlperf-inference-results-dir_b003716b/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/shahfarazz@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/d49c441e5a7641c0afccd437c9fc7e6d.conf --accuracy --use_preprocessed_dataset --cache_dir /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_8eb6c3d0 --dataset-list /home/runner/MLC/repos/local/cache/extract-file_imagenet-aux-da_c308834f/val.txt
2-
INFO:main:Namespace(dataset='imagenet', dataset_path='/home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_8eb6c3d0', dataset_list='/home/runner/MLC/repos/local/cache/extract-file_imagenet-aux-da_c308834f/val.txt', data_format=None, profile='resnet50-onnxruntime', scenario='Offline', max_batchsize=1, model='/home/runner/MLC/repos/local/cache/get-tvm-model_b043e031/resnet50_v1.onnx', output='/home/runner/MLC/repos/local/cache/get-mlperf-inference-results-dir_b003716b/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_8eb6c3d0', preprocessed_dir=None, use_preprocessed_dataset=True, accuracy=True, find_peak_performance=False, debug=False, user_conf='/home/runner/MLC/repos/shahfarazz@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/d49c441e5a7641c0afccd437c9fc7e6d.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_621131dc/resnet50_v1.onnx" --dataset-path /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e71c0204 --output "/home/runner/MLC/repos/local/cache/get-mlperf-inference-results-dir_fe9f031b/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/3f335fcd64194affa09a4c62601d5965.conf --accuracy --use_preprocessed_dataset --cache_dir /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e71c0204 --dataset-list /home/runner/MLC/repos/local/cache/extract-file_imagenet-aux-da_5c765b2c/val.txt
2+
INFO:main:Namespace(dataset='imagenet', dataset_path='/home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e71c0204', dataset_list='/home/runner/MLC/repos/local/cache/extract-file_imagenet-aux-da_5c765b2c/val.txt', data_format=None, profile='resnet50-onnxruntime', scenario='Offline', max_batchsize=1, model='/home/runner/MLC/repos/local/cache/get-tvm-model_621131dc/resnet50_v1.onnx', output='/home/runner/MLC/repos/local/cache/get-mlperf-inference-results-dir_fe9f031b/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_e71c0204', 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/3f335fcd64194affa09a4c62601d5965.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_b043e031/model-tvm.so
5+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_621131dc/model-tvm.so
66
INFO:main:starting TestScenario.Offline
7-
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_b043e031/model-tvm.so
8-
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_b043e031/model-tvm.so
9-
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_b043e031/model-tvm.so
10-
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_b043e031/model-tvm.so
11-
TestScenario.Offline qps=1.74, mean=1.7607, time=2.879, acc=80.000%, queries=5, tiles=50.0:1.5024,80.0:1.7742,90.0:2.3128,95.0:2.5821,99.0:2.7975,99.9:2.8460
7+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_621131dc/model-tvm.so
8+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_621131dc/model-tvm.so
9+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_621131dc/model-tvm.so
10+
TestScenario.Offline qps=1.74, mean=1.7525, time=2.878, acc=80.000%, queries=5, tiles=50.0:1.4851,80.0:1.7849,90.0:2.3179,95.0:2.5844,99.0:2.7976,99.9:2.8455

0 commit comments

Comments
 (0)