Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

librispeech_decode : split save_results() -> save_asr_output() + save_wer_results() #1712

Merged
merged 1 commit into from
Aug 13, 2024

Commits on Aug 12, 2024

  1. 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.
    KarelVesely84 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7d3c521 View commit details
    Browse the repository at this point in the history