Open Jingsnow opened 5 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.
Thanks,I will try it soon.
When I implement pytorch version, I met the matrix inverse(torch.inverse(BxB^T)) doesn't have, How Can I promise the probility,