From e5e6aff9b463d4cfeb682919fb1028c8b37e20bf Mon Sep 17 00:00:00 2001 From: Jun Kim Date: Thu, 5 Jan 2017 16:16:34 +0900 Subject: [PATCH] slim: Typos at datasets/flowers.py --- slim/datasets/flowers.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/slim/datasets/flowers.py b/slim/datasets/flowers.py index 4c6fa87ef63..a73e9acd3a9 100644 --- a/slim/datasets/flowers.py +++ b/slim/datasets/flowers.py @@ -12,10 +12,10 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============================================================================== -"""Provides data for the Cifar10 dataset. +"""Provides data for the flowers 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_flowers.py """ from __future__ import absolute_import @@ -42,7 +42,7 @@ def get_split(split_name, dataset_dir, file_pattern=None, reader=None): - """Gets a dataset tuple with instructions for reading cifar10. + """Gets a dataset tuple with instructions for reading flowers. Args: split_name: A train/validation split name.