Commit e67056ed authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #852 from tae-jun/patch-3

slim: Fix typos at datasets/{cifar10,mnist}.py
parents c1426f30 97e391dd
...@@ -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/datasets/download_and_convert_cifar10.py
""" """
from __future__ import absolute_import from __future__ import absolute_import
......
...@@ -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_dataset.py tensorflow/models/slim/datasets/download_and_convert_mnist.py
""" """
from __future__ import absolute_import from __future__ import absolute_import
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment