Commit 4b2c12ea authored by Mark Daoust's avatar Mark Daoust
Browse files

No-need to upgrade now that r1.9rc1 is up in Colab.

parent 20070ca4
...@@ -31,8 +31,7 @@ ...@@ -31,8 +31,7 @@
"metadata": { "metadata": {
"id": "2pHVBk_seED1", "id": "2pHVBk_seED1",
"colab_type": "code", "colab_type": "code",
"colab": {}, "colab": {}
"cellView": "form"
}, },
"cell_type": "code", "cell_type": "code",
"source": [ "source": [
...@@ -55,8 +54,7 @@ ...@@ -55,8 +54,7 @@
"metadata": { "metadata": {
"id": "N_fMsQ-N8I7j", "id": "N_fMsQ-N8I7j",
"colab_type": "code", "colab_type": "code",
"colab": {}, "colab": {}
"cellView": "form"
}, },
"cell_type": "code", "cell_type": "code",
"source": [ "source": [
...@@ -154,7 +152,6 @@ ...@@ -154,7 +152,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 +184,7 @@ ...@@ -187,7 +184,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": []
...@@ -663,4 +660,4 @@ ...@@ -663,4 +660,4 @@
] ]
} }
] ]
} }
\ No newline at end of file
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