You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#python3 profile_mxnet.py --symbol-file=$MODEL_PATH/resnet18_v1-quantized-5batches-naive-symbol.json --param-file=$MODEL_PATH/resnet18_v1-quantized-0000.params --num-inference-batches=2000 |& tee -a perf.txt
22
-
#
23
-
#python3 profile_mxnet.py --symbol-file=$MODEL_PATH/resnet50_v1-quantized-5batches-naive-symbol.json --param-file=$MODEL_PATH/resnet50_v1-quantized-0000.params --num-inference-batches=2000 |& tee -a perf.txt
24
-
#
25
-
#for i in $(seq 1 $NUM_ITERS)
26
-
#do
27
-
# python3 profile_mxnet.py --symbol-file=$MODEL_PATH/resnet50_v1b-quantized-5batches-naive-symbol.json --param-file=$MODEL_PATH/resnet50_v1b-quantized-0000.params --num-inference-batches=2000 |& tee -a perf.txt
28
-
# python3 profile_tvm.py --symbol-file=$MODEL_PATH/resnet50_v1b-quantized-5batches-naive-symbol.json --param-file=$MODEL_PATH/resnet50_v1b-quantized-0000.params --num-inference-batches=2000 |& tee -a perf.txt
29
-
#done
30
-
#
31
-
#for i in $(seq 1 $NUM_ITERS)
32
-
#do
33
-
# python3 profile_mxnet.py --symbol-file=$MODEL_PATH/resnet101_v1-quantized-5batches-naive-symbol.json --param-file=$MODEL_PATH/resnet101_v1-quantized-0000.params --image-shape=3,224,224 --num-inference-batches=2000 |& tee -a perf.txt
34
-
# python3 profile_tvm.py --symbol-file=$MODEL_PATH/resnet101_v1-quantized-5batches-naive-symbol.json --param-file=$MODEL_PATH/resnet101_v1-quantized-0000.params --image-shape=3,224,224 --num-inference-batches=2000 |& tee -a perf.txt
35
-
#done
36
-
#
37
-
#
38
-
#for i in $(seq 1 $NUM_ITERS)
39
-
#do
40
-
# python3 profile_mxnet.py --symbol-file=$MODEL_PATH/imagenet1k-resnet-152-quantized-5batches-naive-symbol.json --param-file=$MODEL_PATH/imagenet1k-resnet-152-quantized-0000.params --image-shape=3,224,224 --num-inference-batches=2000 |& tee -a perf.txt
41
-
# python3 profile_tvm.py --symbol-file=$MODEL_PATH/imagenet1k-resnet-152-quantized-5batches-naive-symbol.json --param-file=$MODEL_PATH/imagenet1k-resnet-152-quantized-0000.params --image-shape=3,224,224 --num-inference-batches=2000 |& tee -a perf.txt
42
-
#done
43
-
#
44
-
#for i in $(seq 1 $NUM_ITERS)
45
-
#do
46
-
# python3 profile_mxnet.py --symbol-file=$MODEL_PATH/inceptionv3-quantized-5batches-naive-symbol.json --param-file=$MODEL_PATH/inceptionv3-quantized-0000.params --image-shape=3,299,299 --num-inference-batches=2000 |& tee -a perf.txt
47
-
# python3 profile_tvm.py --symbol-file=$MODEL_PATH/inceptionv3-quantized-5batches-naive-symbol.json --param-file=$MODEL_PATH/inceptionv3-quantized-0000.params --image-shape=3,299,299 --num-inference-batches=2000 |& tee -a perf.txt
48
-
#done
49
-
#
50
-
#for i in $(seq 1 $NUM_ITERS)
51
-
#do
52
-
# python3 profile_mxnet.py --symbol-file=$MODEL_PATH/imagenet1k-inception-bn-quantized-5batches-naive-symbol.json --param-file=$MODEL_PATH/imagenet1k-inception-bn-quantized-0000.params --image-shape=3,224,224 --num-inference-batches=2000 |& tee -a perf.txt
53
-
# python3 profile_tvm.py --symbol-file=$MODEL_PATH/imagenet1k-inception-bn-quantized-5batches-naive-symbol.json --param-file=$MODEL_PATH/imagenet1k-inception-bn-quantized-0000.params --image-shape=3,224,224 --num-inference-batches=2000 |& tee -a perf.txt
54
-
#done
55
-
#
56
-
#for i in $(seq 1 $NUM_ITERS)
57
-
#do
58
-
# python3 profile_mxnet.py --symbol-file=$MODEL_PATH/mobilenet1.0-quantized-5batches-naive-symbol.json --param-file=$MODEL_PATH/mobilenet1.0-quantized-0000.params --num-inference-batches=2000 --image-shape=3,224,224 |& tee -a perf.txt
59
-
# python3 profile_tvm.py --symbol-file=$MODEL_PATH/mobilenet1.0-quantized-5batches-naive-symbol.json --param-file=$MODEL_PATH/mobilenet1.0-quantized-0000.params --num-inference-batches=2000 --image-shape=3,224,224 |& tee -a perf.txt
60
-
#done
61
-
#
62
-
#for i in $(seq 1 $NUM_ITERS)
63
-
#do
64
-
# python3 profile_mxnet.py --symbol-file=$MODEL_PATH/mobilenetv2_1.0-quantized-5batches-naive-symbol.json --param-file=$MODEL_PATH/mobilenetv2_1.0-quantized-0000.params --image-shape=3,224,224 --num-inference-batches=2000 |& tee -a perf.txt
65
-
# python3 profile_tvm.py --symbol-file=$MODEL_PATH/mobilenetv2_1.0-quantized-5batches-naive-symbol.json --param-file=$MODEL_PATH/mobilenetv2_1.0-quantized-0000.params --image-shape=3,224,224 --num-inference-batches=2000 |& tee -a perf.txt
0 commit comments