Skip to content

Commit

Permalink
Merge pull request tensorflow#852 from tae-jun/patch-3
Browse files Browse the repository at this point in the history
slim: Fix typos at datasets/{cifar10,mnist}.py
  • Loading branch information
nealwu authored Mar 15, 2017
2 parents c1426f3 + 97e391d commit e67056e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slim/datasets/cifar10.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""Provides data for the Cifar10 dataset.
The dataset scripts used to create the dataset can be found at:
tensorflow/models/slim/data/create_cifar10_dataset.py
tensorflow/models/slim/datasets/download_and_convert_cifar10.py
"""

from __future__ import absolute_import
Expand Down
2 changes: 1 addition & 1 deletion slim/datasets/mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""Provides data for the MNIST dataset.
The dataset scripts used to create the dataset can be found at:
tensorflow/models/slim/data/create_mnist_dataset.py
tensorflow/models/slim/datasets/download_and_convert_mnist.py
"""

from __future__ import absolute_import
Expand Down

0 comments on commit e67056e

Please sign in to comment.