浏览代码

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

slim: Fix typos at datasets/{cifar10,mnist}.py
Neal Wu 8 年之前
父节点
当前提交
e67056ed7c
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      slim/datasets/cifar10.py
  2. 1 1
      slim/datasets/mnist.py

+ 1 - 1
slim/datasets/cifar10.py

@@ -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

+ 1 - 1
slim/datasets/mnist.py

@@ -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