Skip to content

Commit

Permalink
remove unused flag (#6857)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andyccs authored and drpngx committed Jan 15, 2017
1 parent 11fbea4 commit 668edf4
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -26,14 +26,6 @@

from tensorflow.contrib.learn.python.learn.datasets import mnist

SOURCE_URL = 'http://yann.lecun.com/exdb/mnist/'

TRAIN_IMAGES = 'train-images-idx3-ubyte.gz' # MNIST filenames
TRAIN_LABELS = 'train-labels-idx1-ubyte.gz'
TEST_IMAGES = 't10k-images-idx3-ubyte.gz'
TEST_LABELS = 't10k-labels-idx1-ubyte.gz'


FLAGS = None


Expand Down

0 comments on commit 668edf4

Please sign in to comment.