Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Upgrade Colab TF version to 1.13.1
Browse files Browse the repository at this point in the history
Change-Id: I4be598d3e07f8207c9a201afd13a2269eca7619c
  • Loading branch information
scottamain committed Apr 1, 2021
1 parent e859eab commit 5b3e72b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/vision/aiy_retrain_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"id": "XZBTCYDICwOG"
},
"source": [
"First, we need to remove the version of TensorFlow that's included with Google Colab by default, and replace it with TensorFlow 1.7, as required by the following training scripts."
"First, we need to remove the version of TensorFlow that's included with Google Colab by default, and replace it with TensorFlow 1.13.1, as required by the following training scripts."
]
},
{
Expand All @@ -118,7 +118,7 @@
"id": "hLjaKNp9inlt"
},
"source": [
"! pip install -I absl-py==0.9 jupyter-client==6.1.5 tornado==5.1.0 folium==0.2.1 imgaug==0.2.5 tensorflow==1.7 tensorboard==1.7"
"! pip install -I absl-py==0.9 jupyter-client==6.1.5 tornado==5.1.0 folium==0.2.1 imgaug==0.2.5 tensorflow==1.13.1 tensorboard==1.13.1"
],
"execution_count": null,
"outputs": []
Expand All @@ -139,7 +139,7 @@
},
"source": [
"import tensorflow as tf\n",
"assert tf.__version__.startswith('1.7')"
"assert tf.__version__.startswith('1.13.1')"
],
"execution_count": null,
"outputs": []
Expand Down

0 comments on commit 5b3e72b

Please sign in to comment.