Skip to content

Beta 2 for release 2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonaballe jonaballe released this 06 Jan 01:50
· 165 commits to master since this release

Release 2.0 will support TensorFlow 2, eager mode, and a redesigned and more flexible implementation of the entropy models.

This release requires TensorFlow 2.4 and a compatible version of TensorFlow Probability.

If you're on Linux or Darwin (Mac OS) and Python 3.6–3.8, install the pre-compiled binary by running:

pip install tensorflow-compression==2.0b2

This is a pre-release. Please note that the code may fail in unexpected ways.

Outstanding issues to be resolved for 2.0:

  • Adjustments in the interface of the new entropy model classes may still happen until the final release.
  • Not all example models in the models/ directory have been ported to the new code yet.