microsoft / LQ-Nets

LQ-Nets: Learned Quantization for Highly Accurate and Compact Deep Neural Networks
MIT License
239 stars 69 forks source link

Does it has pytorch version? #19

Open Jingsnow opened 4 years ago

Jingsnow commented 4 years ago

When I implement pytorch version, I met the matrix inverse(torch.inverse(BxB^T)) doesn't have, How Can I promise the probility,

blueardour commented 3 years ago

I implemented a pytorch version of LQ-Net at https://github.com/aim-uofa/model-quantization The repo also contains other quantization methods, such as Dorefa-Net, Xnor-net, Xnor-net++, PACT, LSQ, LSQ+,FATNN.

Jingsnow commented 3 years ago

Thanks,I will try it soon.