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 7a6899c commit 97d7c9aCopy full SHA for 97d7c9a
models/toy_sources/toy_sources.ipynb
@@ -22,7 +22,7 @@
22
"\u003e A. B. Wagner, J. Ballé\u003cbr /\u003e\n",
23
"\u003e https://arxiv.org/abs/2011.05065\n",
24
"\n",
25
- "This code requires tensorflow-compression v2.x.\n"
+ "This notebook requires TFC v2 (`pip install tensorflow-compression==2.*`)\n"
26
]
27
},
28
{
@@ -38,7 +38,7 @@
38
"# directly in a Colaboratory hosted runtime from Github.\n",
39
40
"%tensorflow_version 2.x\n",
41
- "!pip install tensorflow-compression\\>=2.0b0\n",
+ "!pip install tensorflow-compression==2.*\n",
42
"![[ -e /tfc ]] || git clone https://github.com/tensorflow/compression /tfc\n",
43
"%cd /tfc/models\n"
44
],
0 commit comments