Mxbonn / INQ-pytorch

A PyTorch implementation of "Incremental Network Quantization: Towards Lossless CNNs with Low-Precision Weights"
164 stars 27 forks source link

can I get inference acceleration on my own model using this tool? #9

Open WilliamZhaoz opened 5 years ago

WilliamZhaoz commented 5 years ago

Hi, I have a trained model in pytorch,

  1. can I quantize my own model using this tool?
  2. can I get acceleration when I inference the quantized model? Thanks.