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
e67056ed
Commit
e67056ed
authored
Mar 14, 2017
by
Neal Wu
Committed by
GitHub
Mar 14, 2017
Browse files
Merge pull request #852 from tae-jun/patch-3
slim: Fix typos at datasets/{cifar10,mnist}.py
parents
c1426f30
97e391dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
slim/datasets/cifar10.py
slim/datasets/cifar10.py
+1
-1
slim/datasets/mnist.py
slim/datasets/mnist.py
+1
-1
No files found.
slim/datasets/cifar10.py
View file @
e67056ed
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
"""Provides data for the Cifar10 dataset.
"""Provides data for the Cifar10 dataset.
The dataset scripts used to create the dataset can be found at:
The dataset scripts used to create the dataset can be found at:
tensorflow/models/slim/data
/create_cifar10_dataset
.py
tensorflow/models/slim/data
sets/download_and_convert_cifar10
.py
"""
"""
from
__future__
import
absolute_import
from
__future__
import
absolute_import
...
...
slim/datasets/mnist.py
View file @
e67056ed
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
"""Provides data for the MNIST dataset.
"""Provides data for the MNIST dataset.
The dataset scripts used to create the dataset can be found at:
The dataset scripts used to create the dataset can be found at:
tensorflow/models/slim/data
/create_mnist_datase
t.py
tensorflow/models/slim/data
sets/download_and_convert_mnis
t.py
"""
"""
from
__future__
import
absolute_import
from
__future__
import
absolute_import
...
...
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