We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042fd1e commit 07e2458Copy full SHA for 07e2458
recipes/RescueSpeech/README.md
@@ -9,6 +9,7 @@ Our [paper](https://arxiv.org/abs/2306.04054) compares ASR models (CRDNN, Wav2ve
9
10
## How to run
11
```
12
+cd RescueSpeech/ASR/noise-robust
13
python train.py hparams/robust_asr_16k.yaml --data_folder=<data_folder_path>
14
15
Here the data path should be the path to **uncompressed `Task_ASR.tar.gz`** downloaded from link above.
0 commit comments