Skip to content

Commit bcc8f46

Browse files
minnendcopybara-github
authored andcommitted
Creates the ms2020 model based on this paper:
Channel-wise autoregressive entropy models for learned image compression David Minnen and Saurabh Singh International Conference on Image Processing (ICIP) 2020 https://arxiv.org/abs/2007.08739 PiperOrigin-RevId: 346361440 Change-Id: Ic578f6c9527317b228208781caf4f5dab04967b4
1 parent e5c0dcf commit bcc8f46

File tree

5 files changed

+614
-12
lines changed

5 files changed

+614
-12
lines changed

BUILD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,10 @@ py_binary(
7272
python_version = "PY3",
7373
deps = [":tensorflow_compression"],
7474
)
75+
76+
py_binary(
77+
name = "ms2020",
78+
srcs = ["models/ms2020.py"],
79+
python_version = "PY3",
80+
deps = [":tensorflow_compression"],
81+
)

0 commit comments

Comments
 (0)