Skip to content

TensorFlow Model Optimization 0.4.1

Compare
Choose a tag to compare
@nutsiepully nutsiepully released this 05 Aug 23:38

TFMOT 0.4.1 fixes a bug which makes 0.4.0 quantization code fail when run against tf-nightly since July 31, 2020. The code now works against different versions on TF, and is not broken by changes to smart_cond in core TF.

Keras clustering API:

  • Tested against TensorFlow 1.14.0, 2.0.0, and nightly, and Python 3.

Keras quantization API:

  • Tested against TensorFlow nightly, and Python 3.

Keras pruning API:

  • Tested against TensorFlow 1.14.0, 2.0.0, and nightly, and Python 3.