Unverified Commit f81bb397 authored by Karmel Allison's avatar Karmel Allison Committed by GitHub
Browse files

Updating tutorial URL (#3450)

parent 49ea96cb
...@@ -34,7 +34,8 @@ from six.moves import urllib ...@@ -34,7 +34,8 @@ from six.moves import urllib
from six.moves import xrange # pylint: disable=redefined-builtin from six.moves import xrange # pylint: disable=redefined-builtin
import tensorflow as tf import tensorflow as tf
SOURCE_URL = 'http://yann.lecun.com/exdb/mnist/' # CVDF mirror of http://yann.lecun.com/exdb/mnist/
SOURCE_URL = 'https://storage.googleapis.com/cvdf-datasets/mnist/'
WORK_DIRECTORY = 'data' WORK_DIRECTORY = 'data'
IMAGE_SIZE = 28 IMAGE_SIZE = 28
NUM_CHANNELS = 1 NUM_CHANNELS = 1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment