Pārlūkot izejas kodu

Merge pull request #676 from postmasters/patch-1

Fix typo in shard pattern.
Neal Wu 8 gadi atpakaļ
vecāks
revīzija
7698f07af7
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      inception/README.md

+ 2 - 2
inception/README.md

@@ -475,8 +475,8 @@ look like:
 ```
 ```
 
 
 When the script finishes you will find 2 shards for the training and validation
 When the script finishes you will find 2 shards for the training and validation
-files in the `DATA_DIR`. The files will match the patterns `train-????-of-00001`
-and `validation-?????-of-00001`, respectively.
+files in the `DATA_DIR`. The files will match the patterns `train-?????-of-00002`
+and `validation-?????-of-00002`, respectively.
 
 
 **NOTE** If you wish to prepare a custom image data set for transfer learning,
 **NOTE** If you wish to prepare a custom image data set for transfer learning,
 you will need to invoke [`build_image_data.py`](inception/data/build_image_data.py) on
 you will need to invoke [`build_image_data.py`](inception/data/build_image_data.py) on