Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
f81bb397
Unverified
Commit
f81bb397
authored
Mar 02, 2018
by
Karmel Allison
Committed by
GitHub
Mar 02, 2018
Browse files
Updating tutorial URL (#3450)
parent
49ea96cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tutorials/image/mnist/convolutional.py
tutorials/image/mnist/convolutional.py
+2
-1
No files found.
tutorials/image/mnist/convolutional.py
View file @
f81bb397
...
...
@@ -34,7 +34,8 @@ from six.moves import urllib
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment