Skip to content

Commit ac491f2

Browse files
authored
Merge pull request #99183 from IEvangelist/fixes
Updated an inaccuracy
2 parents 87df12b + 24b1230 commit ac491f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/Speech-Service/how-to-custom-speech-test-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.topic: conceptual
11-
ms.date: 12/16/2019
11+
ms.date: 12/17/2019
1212
ms.author: erhopf
1313
---
1414

@@ -61,7 +61,7 @@ Use this table to ensure that your audio files are formatted correctly for use w
6161
| Maximum archive size | 2 GB |
6262

6363
> [!TIP]
64-
> When uploading training and testing data, the .zip file size cannot exceed 2 GB. If you require more data for training and testing, divide it into several .zip files and upload them separately. Later, you can choose to train and test from *multiple* datasets.
64+
> When uploading training and testing data, the .zip file size cannot exceed 2 GB. If you require more data for training, divide it into several .zip files and upload them separately. Later, you can choose to train from *multiple* datasets. However, you can only test from a *single* dataset.
6565
6666
If your audio doesn’t satisfy these properties or you want to check if it does, we suggest downloading [sox](http://sox.sourceforge.net) to check or convert the audio. Below are some examples of how each of these activities can be done through the command line:
6767

@@ -144,7 +144,7 @@ This includes examples of a spoken utterance, and a custom pronunciation for eac
144144

145145
| Recognized/displayed form | Spoken form |
146146
|--------------|--------------------------|
147-
| 3CPO | three c p o |
147+
| 3CPO | three c p o |
148148
| CNTK | c n t k |
149149
| IEEE | i triple e |
150150

0 commit comments

Comments
 (0)