Commit 745e53a9 authored by Jeff Snyder's avatar Jeff Snyder Committed by Yukun Zhu
Browse files

Add explicit tensorflow version to deeplab_demo.ipynb (#7964)

Colab will soon update the default version of tensorflow to 2.1.0. In order for this notebook to continue to work, I'm adding a line magic that will ensure this notebook continues to use tensorflow 1.x and execute without errors.
parent cfc8306d
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
"import numpy as np\n", "import numpy as np\n",
"from PIL import Image\n", "from PIL import Image\n",
"\n", "\n",
"%tensorflow_version 1.x\n",
"import tensorflow as tf" "import tensorflow as tf"
] ]
}, },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment