Skip to content

v2.3.0

Compare
Choose a tag to compare
@wonjuleee wonjuleee released this 05 Jul 01:00
d5e9edf

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 and MinMaxQuantization.