Skip to content

Commit cb47e8e

Browse files
Johannes Ballécopybara-github
authored andcommitted
Adds deprecation notice.
PiperOrigin-RevId: 609730381 Change-Id: I9e6bd39a2d67f156b6860fd093d14dd43ee0b9d2
1 parent 1d97c50 commit cb47e8e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,26 @@ docs](https://www.tensorflow.org/api_docs/python/tfc) for details):
4040
reparameterizing kernels and biases in the Fourier domain, and an
4141
implementation of generalized divisive normalization (GDN).
4242

43+
**Important update:** As of February 1, 2024, TensorFlow Compression is in
44+
maintenance mode. This means concretely:
45+
46+
- The full feature set of TFC is frozen. No new features will be developed, but
47+
the repository will receive maintenance fixes.
48+
49+
- Going forward, new TFC packages will only work with TensorFlow 2.14. This is
50+
due to an incompatibility introduced in the Keras version shipped with TF
51+
2.15, which would require a rewrite of our layer and entropy model classes.
52+
53+
- To ensure existing models can still be run with TF 2.15 and later, we are
54+
releasing a new package
55+
[tensorflow-compression-ops](https://github.com/tensorflow/compression/tree/master/tensorflow_compression_ops),
56+
which only contains the C++ ops. These will be updated as long as possible for
57+
newer TF versions.
58+
59+
- Binary packages are provided for both options on pypi.org:
60+
[TFC](https://pypi.org/project/tensorflow-compression/) and
61+
[TFC ops](https://pypi.org/project/tensorflow-compression-ops/).
62+
4363

4464
## Documentation & getting help
4565

0 commit comments

Comments
 (0)