Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Release 1.0.0

Compare
Choose a tag to compare
@chuanqi129 chuanqi129 released this 22 Apr 00:44
· 3 commits to master since this release

Intel® AI Quantization Tools for Tensorflow 1.0 supports Intel® Optimized TensorFlow v1.15.0, v2.0.0 and v2.1.0, which added support using the Intel® AI Quantization Tool for TensoFlow* Python Programming APIs for the out-of-box models. For TensorFlow 2.1.0, we also added s8 support.

New functionality:

  • Add Convolution s8 support for TensorFlow 2.1.
  • Add optimize_for_inference() equivalent logic to the tool.
  • Add support using the Intel® AI Quantization Tool for TensoFlow* Python Programming APIs for the following out-of-box models:
    • inception_v1
    • inception_v2
    • inception_v4
    • vgg_16
    • vgg_19
    • resnet_v1_152
    • resnet_v1_50
  • Add support for TensorFlow 2.1.

Bug fixes:

  • Fix bugs found in s8 test.
  • Fix several bugs introduced by quantize_graph refactor.
  • Fix the flake8 errors.