PyTorch implementation of Towards Efficient Training for Neural Network Quantization
This repo implement the Scale-Adjusted Training from Towards Efficient Training for Neural Network Quantization including:
- Constant rescaling Dorefa-quantize
- Calibrated gradient PACT
- constant rescaling DoReFaQuantize layer
- CGPACT layer
- test with mobilenetv1
- test with mobilenetv2
- test with resnet50