We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ddf552 commit 677506bCopy full SHA for 677506b
NEWS.md
@@ -9,3 +9,5 @@
9
* use `load_pretrained` to convert `state_dict`s to the new format
10
11
2020-06-21: First release of CompressAI !
12
+
13
+2022-11-27: CompressAI now includes sadl_codec, which enables to run c++ inteference with full integer operations decoder.
setup.py
@@ -38,7 +38,7 @@
38
cwd = Path(__file__).resolve().parent
39
40
package_name = "compressai"
41
-version = "1.2.1.dev0"
+version = "1.2.2"
42
git_hash = "unknown"
43
44
0 commit comments