58AILab commited on
Commit
4516f01
·
1 Parent(s): 2e5003e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -53,6 +53,11 @@ Install **WeNet** follow: https://wenet.org.cn/wenet/install.html#install-for-tr
53
 
54
  Decode
55
  ```sh
 
 
 
 
 
56
  dir=exp/wenet_efficient_conformer_librispeech_v1
57
  decoding_chunk_size=-1
58
  . ./decode_zw.sh ${dir} 20 ${decoding_chunk_size}
 
53
 
54
  Decode
55
  ```sh
56
+ cd examples/librispeech/s0
57
+
58
+ cp exp/wenet_efficient_conformer_librispeech_v1/decode.sh ./
59
+ cp exp/wenet_efficient_conformer_librispeech_v1/wer.sh ./
60
+
61
  dir=exp/wenet_efficient_conformer_librispeech_v1
62
  decoding_chunk_size=-1
63
  . ./decode_zw.sh ${dir} 20 ${decoding_chunk_size}