Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 172d215

Browse files
Update TF1 tutorials to r1.15
PiperOrigin-RevId: 368890237
1 parent 72409be commit 172d215

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎retrain_classification_qat_tf1.ipynb‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"id": "hRTa3Ee15WsJ"
4343
},
4444
"source": [
45-
"# Retrain a classification model for Edge TPU with quant-aware training (TF 1.11)"
45+
"# Retrain a classification model for Edge TPU with quant-aware training (TF 1.15)"
4646
]
4747
},
4848
{
@@ -54,7 +54,7 @@
5454
"source": [
5555
"This notebook uses a set of TensorFlow training scripts to perform transfer-learning on a quantization-aware classification model and then convert it for compatibility with the [Edge TPU](https://coral.ai/products/).\n",
5656
"\n",
57-
"Specifically, this tutorial shows you how to perform [fine-tuning](https://github.com/tensorflow/models/blob/master/research/slim/README.md#fine-tuning-a-model-from-an-existing-checkpoint) on the MobileNet V1 model so it can recognize a new set of classes (five types of flowers), using TensorFlow r1.11.\n",
57+
"Specifically, this tutorial shows you how to perform [fine-tuning](https://github.com/tensorflow/models/blob/master/research/slim/README.md#fine-tuning-a-model-from-an-existing-checkpoint) on the MobileNet V1 model so it can recognize a new set of classes (five types of flowers), using TensorFlow r1.15.\n",
5858
"\n",
5959
"Beware that, compared to a desktop computer, this training can take much longer in Colab because Colab provides limited resources for long-running operations. So you'll likely see faster training speeds if you [connect this notebook to a local runtime](https://research.google.com/colaboratory/local-runtimes.html), or instead follow the [tutorial to run this training in Docker](https://coral.ai/docs/edgetpu/retrain-classification/) (which includes more documentation about this process).\n",
6060
"\n",
@@ -82,7 +82,7 @@
8282
"outputs": [],
8383
"source": [
8484
"! pip uninstall tensorflow -y\n",
85-
"! pip install tensorflow==1.11"
85+
"! pip install tensorflow-gpu==1.15"
8686
]
8787
},
8888
{

‎retrain_detection_qat_tf1.ipynb‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"id": "hRTa3Ee15WsJ"
4343
},
4444
"source": [
45-
"# Retrain a detection model for Edge TPU with quant-aware training (TF 1.12)"
45+
"# Retrain a detection model for Edge TPU with quant-aware training (TF 1.15)"
4646
]
4747
},
4848
{
@@ -54,7 +54,7 @@
5454
"source": [
5555
"This notebook uses a set of TensorFlow training scripts to perform transfer-learning on a quantization-aware object detection model and then convert it for compatibility with the [Edge TPU](https://coral.ai/products/).\n",
5656
"\n",
57-
"Specifically, this tutorial shows you how to retrain a MobileNet V1 SSD model so that it detects two pets: Abyssinian cats and American Bulldogs (from the [Oxford-IIIT Pets Dataset](https://www.robots.ox.ac.uk/~vgg/data/pets/)), using TensorFlow r1.12.\n",
57+
"Specifically, this tutorial shows you how to retrain a MobileNet V1 SSD model so that it detects two pets: Abyssinian cats and American Bulldogs (from the [Oxford-IIIT Pets Dataset](https://www.robots.ox.ac.uk/~vgg/data/pets/)), using TensorFlow r1.15.\n",
5858
"\n",
5959
"Beware that, compared to a desktop computer, this training can take *a lot* longer in Colab because Colab provides limited resources for long-running operations. So you'll likely see faster training speeds if you [connect this notebook to a local runtime](https://research.google.com/colaboratory/local-runtimes.html), or instead follow the [tutorial to run this training in Docker](https://coral.ai/docs/edgetpu/retrain-detection/) (which includes more documentation about this process)."
6060
]
@@ -80,7 +80,7 @@
8080
"outputs": [],
8181
"source": [
8282
"! pip uninstall tensorflow -y\n",
83-
"! pip install tensorflow==1.12"
83+
"! pip install tensorflow-gpu==1.15"
8484
]
8585
},
8686
{

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /