pytorch / QNNPACK

Quantized Neural Network PACKage - mobile-optimized implementation of quantized neural network operators
https://code.fb.com/ml-applications/qnnpack/
Other
1.52k stars 219 forks source link

Can you provide resnet_50_quant example? #38

Closed mosjoker closed 5 years ago

Maratyszcza commented 5 years ago

It is about the same as MobileNet v2: download the nets from Caffe2 model zoo, and use "gpu_0/data_0" as the input blob name and "gpu_0/softmax_1" as the output blob name.