Quant torch is a set of quantization tools that make you able to quantize a clear or fitted model. It provides ready to use implementations of many technics like Binary-net, Dorefa-net, Log-Lin-Rep and more.
This library isn't on stable release yet, you can already find many features and implemented technics.
TODO list :
- Implements all hight level tools.
- Write a guide
- Finish writing docs ;-)
The docs will be include on the source code with Sphinx. You just have to run the build.
TODO