"...transforms/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "276ee2ae4307a1e43175724ebc99e38abb1e3163"
Unverified Commit c39a88c0 authored by Billy Lamberta's avatar Billy Lamberta Committed by GitHub
Browse files

Merge pull request #4604 from MarkDaoust/no-upgrade

No-need to upgrade now that r1.9rc1 is up in Colab.
parents 20070ca4 f38ba4eb
...@@ -154,7 +154,6 @@ ...@@ -154,7 +154,6 @@
}, },
"cell_type": "code", "cell_type": "code",
"source": [ "source": [
"!pip install --pre --upgrade tensorflow\n",
"!pip install h5py pyyaml " "!pip install h5py pyyaml "
], ],
"execution_count": 0, "execution_count": 0,
...@@ -187,7 +186,7 @@ ...@@ -187,7 +186,7 @@
"import tensorflow as tf\n", "import tensorflow as tf\n",
"from tensorflow import keras\n", "from tensorflow import keras\n",
"\n", "\n",
"print(tf.__version__)" "tf.__version__"
], ],
"execution_count": 0, "execution_count": 0,
"outputs": [] "outputs": []
......
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