Ver código fonte

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

slim: Fix typos at datasets/{cifar10,mnist}.py
Neal Wu 8 anos atrás
pai
commit
e67056ed7c
2 arquivos alterados com 2 adições e 2 exclusões
  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