aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/udacity
diff options
context:
space:
mode:
authorGravatar Yaroslav Bulatov <yaroslavvb@google.com>2016-03-13 11:17:14 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-13 14:10:50 -0700
commit1cf9e29ec5f849eecb8d9700198585660a0814a1 (patch)
tree49f814e7b880222a11ab4248bdfe9359cf20f104 /tensorflow/examples/udacity
parentd8d3786a94b82f72a8e8e9e5c27064b2ff58cf27 (diff)
Move notMNIST to Google Cloud Storage, update notebook. Fixes #1475.
Change: 117088197
Diffstat (limited to 'tensorflow/examples/udacity')
-rw-r--r--tensorflow/examples/udacity/1_notmnist.ipynb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/udacity/1_notmnist.ipynb b/tensorflow/examples/udacity/1_notmnist.ipynb
index fd74ea83e0..b4704a3985 100644
--- a/tensorflow/examples/udacity/1_notmnist.ipynb
+++ b/tensorflow/examples/udacity/1_notmnist.ipynb
@@ -106,7 +106,7 @@
"outputId": "0d0f85df-155f-4a89-8e7e-ee32df36ec8d"
},
"source": [
- "url = 'http://yaroslavvb.com/upload/notMNIST/'\n",
+ "url = 'http://commondatastorage.googleapis.com/books1000/'\n",
"\n",
"def maybe_download(filename, expected_bytes, force=False):\n",
" \"\"\"Download a file if not present, and make sure it's the right size.\"\"\"\n",