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
edb6ed22
Unverified
Commit
edb6ed22
authored
Dec 15, 2017
by
k-w-w
Committed by
GitHub
Dec 15, 2017
Browse files
Merge pull request #2536 from sbrodehl/patch-1
Update data URL for CIFAR dataset (http->https).
parents
4d0caf91
82af172f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tutorials/image/cifar10/cifar10.py
tutorials/image/cifar10/cifar10.py
+1
-1
No files found.
tutorials/image/cifar10/cifar10.py
View file @
edb6ed22
...
...
@@ -78,7 +78,7 @@ INITIAL_LEARNING_RATE = 0.1 # Initial learning rate.
# names of the summaries when visualizing a model.
TOWER_NAME
=
'tower'
DATA_URL
=
'http://www.cs.toronto.edu/~kriz/cifar-10-binary.tar.gz'
DATA_URL
=
'http
s
://www.cs.toronto.edu/~kriz/cifar-10-binary.tar.gz'
def
_activation_summary
(
x
):
...
...
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