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 @@
"metadata": {
"id": "2pHVBk_seED1",
"colab_type": "code",
"colab": {},
"cellView": "form"
"colab": {}
},
"cell_type": "code",
"source": [
......@@ -55,8 +54,7 @@
"metadata": {
"id": "N_fMsQ-N8I7j",
"colab_type": "code",
"colab": {},
"cellView": "form"
"colab": {}
},
"cell_type": "code",
"source": [
......@@ -154,7 +152,6 @@
},
"cell_type": "code",
"source": [
"!pip install --pre --upgrade tensorflow\n",
"!pip install h5py pyyaml "
],
"execution_count": 0,
......@@ -187,7 +184,7 @@
"import tensorflow as tf\n",
"from tensorflow import keras\n",
"\n",
"print(tf.__version__)"
"tf.__version__"
],
"execution_count": 0,
"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