aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/udacity/1_notmnist.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/udacity/1_notmnist.ipynb')
-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 b60d4a9034..c9ec86f71a 100644
--- a/tensorflow/examples/udacity/1_notmnist.ipynb
+++ b/tensorflow/examples/udacity/1_notmnist.ipynb
@@ -114,7 +114,7 @@
"\n",
"def download_progress_hook(count, blockSize, totalSize):\n",
" \"\"\"A hook to report the progress of a download. This is mostly intended for users with\n",
- " slow internet connections. Reports every 1% change in download progress.\n",
+ " slow internet connections. Reports every 5% change in download progress.\n",
" \"\"\"\n",
" global last_percent_reported\n",
" percent = int(count * blockSize * 100 / totalSize)\n",