File tree Expand file tree Collapse file tree 18 files changed +331
-27
lines changed Expand file tree Collapse file tree 18 files changed +331
-27
lines changed Original file line number Diff line number Diff line change @@ -46,4 +46,5 @@ model_optimizer_args:
46
46
- --input_model=$dl_dir/alexnet.caffemodel
47
47
- --input_proto=$dl_dir/alexnet.prototxt
48
48
framework : caffe
49
+ quantizable : yes
49
50
license : https://raw.githubusercontent.com/BVLC/caffe/master/models/bvlc_alexnet/readme.md
Original file line number Diff line number Diff line change @@ -47,4 +47,5 @@ model_optimizer_args:
47
47
- --input_model=$dl_dir/googlenet-v1.caffemodel
48
48
- --input_proto=$dl_dir/googlenet-v1.prototxt
49
49
framework : caffe
50
+ quantizable : yes
50
51
license : https://raw.githubusercontent.com/BVLC/caffe/master/models/bvlc_googlenet/readme.md
Original file line number Diff line number Diff line change @@ -45,4 +45,5 @@ model_optimizer_args:
45
45
- --reverse_input_channels
46
46
- --output=prob
47
47
- --input_model=$conv_dir/googlenet-v3.onnx
48
+ quantizable : yes
48
49
license : https://raw.githubusercontent.com/pytorch/vision/master/LICENSE
Original file line number Diff line number Diff line change @@ -37,4 +37,5 @@ model_optimizer_args:
37
37
- --input_model=$dl_dir/mobilenet-v1-1.0-224.caffemodel
38
38
- --input_proto=$dl_dir/mobilenet-v1-1.0-224.prototxt
39
39
framework : caffe
40
+ quantizable : yes
40
41
license : https://raw.githubusercontent.com/shicai/MobileNet-Caffe/26a8b8c0afb6114a07c1c9e4f550e4e0dd8cced1/LICENSE
Original file line number Diff line number Diff line change @@ -52,4 +52,5 @@ model_optimizer_args:
52
52
- --reverse_input_channels
53
53
- --output=prob
54
54
- --input_model=$conv_dir/mobilenet-v2.onnx
55
+ quantizable : yes
55
56
license : https://raw.githubusercontent.com/tonylins/pytorch-mobilenet-v2/master/LICENSE
Original file line number Diff line number Diff line change @@ -33,4 +33,5 @@ model_optimizer_args:
33
33
- --input_model=$dl_dir/mobilenet-v2.caffemodel
34
34
- --input_proto=$dl_dir/mobilenet-v2.prototxt
35
35
framework : caffe
36
+ quantizable : yes
36
37
license : https://raw.githubusercontent.com/shicai/MobileNet-Caffe/26a8b8c0afb6114a07c1c9e4f550e4e0dd8cced1/LICENSE
Original file line number Diff line number Diff line change @@ -32,4 +32,5 @@ model_optimizer_args:
32
32
- --input_model=$dl_dir/resnet-101.caffemodel
33
33
- --input_proto=$dl_dir/resnet-101.prototxt
34
34
framework : caffe
35
+ quantizable : yes
35
36
license : https://raw.githubusercontent.com/KaimingHe/deep-residual-networks/master/LICENSE
Original file line number Diff line number Diff line change @@ -32,4 +32,5 @@ model_optimizer_args:
32
32
- --input_model=$dl_dir/resnet-152.caffemodel
33
33
- --input_proto=$dl_dir/resnet-152.prototxt
34
34
framework : caffe
35
+ quantizable : yes
35
36
license : https://raw.githubusercontent.com/KaimingHe/deep-residual-networks/master/LICENSE
Original file line number Diff line number Diff line change @@ -45,4 +45,5 @@ model_optimizer_args:
45
45
- --reverse_input_channels
46
46
- --output=prob
47
47
- --input_model=$conv_dir/resnet-18-pytorch.onnx
48
+ quantizable : yes
48
49
license : https://raw.githubusercontent.com/pytorch/vision/master/LICENSE
Original file line number Diff line number Diff line change @@ -45,4 +45,5 @@ model_optimizer_args:
45
45
- --reverse_input_channels
46
46
- --output=prob
47
47
- --input_model=$conv_dir/resnet-v1-50.onnx
48
+ quantizable : yes
48
49
license : https://raw.githubusercontent.com/pytorch/vision/master/LICENSE
You can’t perform that action at this time.
0 commit comments