소스 검색

slim: Fix typo at datasets/cifar10.py

Jun Kim 8 년 전
부모
커밋
d47d046ec6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      slim/datasets/cifar10.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