Please make sure the above [prerequisites](#prerequisites) have been satisfied before moving on.
Please make sure the above [prerequisites](#prerequisites) have been satisfied before moving on.
```bash
```bash
...
@@ -34,16 +32,6 @@ cd models/deep_speech_2
...
@@ -34,16 +32,6 @@ cd models/deep_speech_2
sh setup.sh
sh setup.sh
```
```
### Decoders setup
```bash
cd decoders/swig
sh setup.sh
cd ../..
```
These commands will install the decoders that translate the ouptut probability vectors of DS2 model to text data, incuding CTC greedy decoder, CTC beam search decoder and its batch version. And a detailed usuage about them will be given in the following sections.
## Getting Started
## Getting Started
Several shell scripts provided in `./examples` will help us to quickly give it a try, for most major modules, including data preparation, model training, case inference and model evaluation, with a few public dataset (e.g. [LibriSpeech](http://www.openslr.org/12/), [Aishell](http://www.openslr.org/33)). Reading these examples will also help you to understand how to make it work with your own data.
Several shell scripts provided in `./examples` will help us to quickly give it a try, for most major modules, including data preparation, model training, case inference and model evaluation, with a few public dataset (e.g. [LibriSpeech](http://www.openslr.org/12/), [Aishell](http://www.openslr.org/33)). Reading these examples will also help you to understand how to make it work with your own data.
...
@@ -189,7 +177,6 @@ Data augmentation has often been a highly effective technique to boost the deep
...
@@ -189,7 +177,6 @@ Data augmentation has often been a highly effective technique to boost the deep
Six optional augmentation components are provided to be selected, configured and inserted into the processing pipeline.
Six optional augmentation components are provided to be selected, configured and inserted into the processing pipeline.