icefall/egs/librispeech
Karel Vesely 7d3c521818 split save_results() -> save_asr_output() + save_wer_results()
- the idea is to support `--skip-scoring` argument passed to a decoding
  script
- created for Transducer decoding (non-streaming, streaming)
- it can be done also for CTC decoding... (not yet)

- also added `--label` for extra label in `streaming_decode.py`
- and also added `set_caching_enabled(True)`, which has no effect on
  librispeech, but it leads to faster runtime on DBs with long
  recordings (assuming `librispeech/zipformer` scripts are the
  example scripts for other setups)

- still need to run the code to make sure it works properly
- at this point, interested in getting early feedback from you...

Thank you.
2024-08-12 11:38:59 +02:00
..
2024-07-17 17:47:43 +08:00