mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 10:16:14 +00:00
typo fixes
This commit is contained in:
parent
d1410c52e7
commit
48c5f4acf9
@ -41,7 +41,7 @@ popd
|
|||||||
--encoder-dim 192,256,256,256,256,256 \
|
--encoder-dim 192,256,256,256,256,256 \
|
||||||
--encoder-unmasked-dim 192,192,192,192,192,192
|
--encoder-unmasked-dim 192,192,192,192,192,192
|
||||||
|
|
||||||
It will generate the following 2 files inside $repo/exp:
|
It will generate the following 2 files inside $repo/exp-ctc-rnnt-small:
|
||||||
|
|
||||||
- ctc-epoch-30-avg-3-chunk-16-left-128.int8.onnx
|
- ctc-epoch-30-avg-3-chunk-16-left-128.int8.onnx
|
||||||
- ctc-epoch-30-avg-3-chunk-16-left-128.onnx
|
- ctc-epoch-30-avg-3-chunk-16-left-128.onnx
|
||||||
@ -426,7 +426,6 @@ def main():
|
|||||||
logging.info(f"Failed to get linear symbol sequence for {args.sound_file}")
|
logging.info(f"Failed to get linear symbol sequence for {args.sound_file}")
|
||||||
return
|
return
|
||||||
|
|
||||||
# are shifted by 1 during graph construction
|
|
||||||
hyps = " ".join([word_table[i] for i in osymbols_out]).lower()
|
hyps = " ".join([word_table[i] for i in osymbols_out]).lower()
|
||||||
logging.info(f"\n{args.sound_file}\n{hyps}")
|
logging.info(f"\n{args.sound_file}\n{hyps}")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user