File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,26 @@ docs](https://www.tensorflow.org/api_docs/python/tfc) for details):
40
40
reparameterizing kernels and biases in the Fourier domain, and an
41
41
implementation of generalized divisive normalization (GDN).
42
42
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
+
43
63
44
64
## Documentation & getting help
45
65
You can’t perform that action at this time.
0 commit comments