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

ASR evaluator #5728

Merged
merged 38 commits into from
Jan 11, 2023
Merged

ASR evaluator #5728

merged 38 commits into from
Jan 11, 2023

Commits on Nov 29, 2022

  1. backbone

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    306291c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. engineer and analyzer

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    0d30528 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. offline_by_chunked

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    ff4db57 View commit details
    Browse the repository at this point in the history
  2. test_ds wip

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    bd3d4fd View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. temp remove inference

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    b8d0b6e View commit details
    Browse the repository at this point in the history
  2. mandarin yaml

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    707caa2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into asr_evaluator_engine

    Signed-off-by: fayejf <[email protected]>
    fayejf authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    0fb9fa4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94fa630 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    7ef4ac2 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. augmentor and a few updates

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    11e163c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f40f6dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdbfa20 View commit details
    Browse the repository at this point in the history
  4. address alerts and revert unnecessary changes

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    3e001ee View commit details
    Browse the repository at this point in the history
  5. Add readme

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    52122bf View commit details
    Browse the repository at this point in the history
  6. rename

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    86092ca View commit details
    Browse the repository at this point in the history
  7. typo fix

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    bf5cfe8 View commit details
    Browse the repository at this point in the history
  8. small fix

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    431877d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    86fe931 View commit details
    Browse the repository at this point in the history
  10. add missing header

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    8af6afe View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    b50483b View commit details
    Browse the repository at this point in the history
  2. rename augmentor_config to augmentor

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    9b1a52a View commit details
    Browse the repository at this point in the history
  3. raname inference_mode to inference

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    810adcf View commit details
    Browse the repository at this point in the history
  4. move utils.py

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    503fd04 View commit details
    Browse the repository at this point in the history
  5. update temp file

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    ae50af2 View commit details
    Browse the repository at this point in the history
  6. make wer cer clear

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    dcd842e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. seed_everything

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    4f16213 View commit details
    Browse the repository at this point in the history
  2. fix missing rn augmentor_config in rnnt

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d36309b View commit details
    Browse the repository at this point in the history
  3. fix rnnt transcribe

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    d435217 View commit details
    Browse the repository at this point in the history
  4. add more docstring and style fix

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    1614acf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    814910a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a0ad5a View commit details
    Browse the repository at this point in the history
  7. address codeQL

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    50473e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00c7090 View commit details
    Browse the repository at this point in the history
  9. reflect comments

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    840c8de View commit details
    Browse the repository at this point in the history
  10. update readme

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    32f48e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    047710b View commit details
    Browse the repository at this point in the history
  12. clearer

    Signed-off-by: fayejf <[email protected]>
    fayejf committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    70085ea View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    7533651 View commit details
    Browse the repository at this point in the history