Skip to content

Beta 1 for release 2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonaballe jonaballe released this 04 Dec 19:38
· 172 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.3 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.0b1

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.
  • Example models in the models/ directory have not been ported to the new code yet.