Skip to content

Commit 97d7c9a

Browse files
Johannes Ballécopybara-github
authored andcommitted
Updates TFC version information in toy sources notebook.
PiperOrigin-RevId: 361569008 Change-Id: I373922c2d159d922810e30589ff8739122d63bd4
1 parent 7a6899c commit 97d7c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/toy_sources/toy_sources.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"\u003e A. B. Wagner, J. Ballé\u003cbr /\u003e\n",
2323
"\u003e https://arxiv.org/abs/2011.05065\n",
2424
"\n",
25-
"This code requires tensorflow-compression v2.x.\n"
25+
"This notebook requires TFC v2 (`pip install tensorflow-compression==2.*`)\n"
2626
]
2727
},
2828
{
@@ -38,7 +38,7 @@
3838
"# directly in a Colaboratory hosted runtime from Github.\n",
3939
"\n",
4040
"%tensorflow_version 2.x\n",
41-
"!pip install tensorflow-compression\\>=2.0b0\n",
41+
"!pip install tensorflow-compression==2.*\n",
4242
"![[ -e /tfc ]] || git clone https://github.com/tensorflow/compression /tfc\n",
4343
"%cd /tfc/models\n"
4444
],

0 commit comments

Comments
 (0)