Skip to content

Commit

Permalink
Updating tutorial URL (tensorflow#3450)
Browse files Browse the repository at this point in the history
  • Loading branch information
karmel authored Mar 2, 2018
1 parent 49ea96c commit f81bb39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tutorials/image/mnist/convolutional.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
from six.moves import xrange # pylint: disable=redefined-builtin
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'
IMAGE_SIZE = 28
NUM_CHANNELS = 1
Expand Down

0 comments on commit f81bb39

Please sign in to comment.