From cea3be959551b08d44079788b399ac3fabf4b227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Wed, 4 Oct 2017 21:26:08 +0200 Subject: [PATCH] Fix Inception URL (which moved) --- 13_convolutional_neural_networks.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13_convolutional_neural_networks.ipynb b/13_convolutional_neural_networks.ipynb index 73c5ead..6fd6381 100644 --- a/13_convolutional_neural_networks.ipynb +++ b/13_convolutional_neural_networks.ipynb @@ -811,7 +811,7 @@ "metadata": {}, "source": [ "## 8.2.\n", - "Exercise: Download the latest pretrained Inception v3 model: the checkpoint is available at https://goo.gl/nxSQvl. The list of class names is available at https://goo.gl/brXRtZ, but you must insert a \"background\" class at the beginning.\n" + "Exercise: Download the latest pretrained Inception v3 model: the checkpoint is available at https://github.com/tensorflow/models/tree/master/research/slim. The list of class names is available at https://goo.gl/brXRtZ, but you must insert a \"background\" class at the beginning.\n" ] }, {