Update README.md
Browse files
README.md
CHANGED
|
@@ -53,6 +53,8 @@ Install **WeNet** follow: https://wenet.org.cn/wenet/install.html#install-for-tr
|
|
| 53 |
|
| 54 |
Decode
|
| 55 |
```sh
|
|
|
|
|
|
|
| 56 |
cp exp/wenet_efficient_conformer_librispeech_v2/decode.sh ./
|
| 57 |
cp exp/wenet_efficient_conformer_librispeech_v2/wer.sh ./
|
| 58 |
|
|
|
|
| 53 |
|
| 54 |
Decode
|
| 55 |
```sh
|
| 56 |
+
cd examples/librispeech/s0
|
| 57 |
+
|
| 58 |
cp exp/wenet_efficient_conformer_librispeech_v2/decode.sh ./
|
| 59 |
cp exp/wenet_efficient_conformer_librispeech_v2/wer.sh ./
|
| 60 |
|