v2.3.0
New features
- (ONNX) PTQ API support for ONNX.
- (ONNX) Added PTQ examples for ONNX in image classification, object detection, and semantic segmentation.
- (PyTorch) Added
BootstrapNAS
to find high-performing sub-networks from the super-network optimization.
Bugfixes
- (PyTorch) Returned the initial quantized model when the retraining failed to find out the best checkpoint.
- (Experimental) Fixed weight initialization for
ONNXGraph
andMinMaxQuantization
.