Commit f565b808 authored by Olivia's avatar Olivia Committed by GitHub
Browse files

Merge pull request #851 from tae-jun/patch-2

slim: Typos at datasets/flowers.py
parents 1634a9df e5e6aff9
......@@ -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 @@ _ITEMS_TO_DESCRIPTIONS = {
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.
......
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