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

Offline and streaming inference support for hybrid model #6570

Merged
merged 20 commits into from
May 11, 2023
Merged

Commits on May 4, 2023

  1. streaming buffered for hybrid + ctc

    Signed-off-by: fayejf <[email protected]>
    fayejf committed May 4, 2023
    Configuration menu
    Copy the full SHA
    66b7146 View commit details
    Browse the repository at this point in the history
  2. change default model_stride in eval.yaml

    Signed-off-by: fayejf <[email protected]>
    fayejf committed May 4, 2023
    Configuration menu
    Copy the full SHA
    d019f5d View commit details
    Browse the repository at this point in the history
  3. add fc model_stride

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

    Signed-off-by: fayejf <[email protected]>
    fayejf committed May 4, 2023
    Configuration menu
    Copy the full SHA
    1b1d188 View commit details
    Browse the repository at this point in the history
  5. check whether model and decoding match

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

    Signed-off-by: fayejf <[email protected]>
    fayejf committed May 4, 2023
    Configuration menu
    Copy the full SHA
    18735b9 View commit details
    Browse the repository at this point in the history
  7. streaming buffered for hybrid + rnnt

    Signed-off-by: fayejf <[email protected]>
    fayejf committed May 4, 2023
    Configuration menu
    Copy the full SHA
    817e4ac View commit details
    Browse the repository at this point in the history
  8. style fix

    Signed-off-by: fayejf <[email protected]>
    fayejf committed May 4, 2023
    Configuration menu
    Copy the full SHA
    7723936 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a12b1af View commit details
    Browse the repository at this point in the history
  10. fix yaml

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

Commits on May 10, 2023

  1. reflect comment wip

    Signed-off-by: fayejf <[email protected]>
    fayejf committed May 10, 2023
    Configuration menu
    Copy the full SHA
    97ebe08 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into hybrid_streaming

    Signed-off-by: fayejf <[email protected]>
    fayejf committed May 10, 2023
    Configuration menu
    Copy the full SHA
    e22bba2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    872d163 View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: fayejf <[email protected]>
    fayejf committed May 10, 2023
    Configuration menu
    Copy the full SHA
    a9d4bb0 View commit details
    Browse the repository at this point in the history
  5. refactor and verified

    Signed-off-by: fayejf <[email protected]>
    fayejf committed May 10, 2023
    Configuration menu
    Copy the full SHA
    ec925d2 View commit details
    Browse the repository at this point in the history
  6. add get_full_path to buffered

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

    Signed-off-by: fayejf <[email protected]>
    fayejf committed May 10, 2023
    Configuration menu
    Copy the full SHA
    170a662 View commit details
    Browse the repository at this point in the history
  8. add RNNTDecodingConfig

    Signed-off-by: fayejf <[email protected]>
    fayejf committed May 10, 2023
    Configuration menu
    Copy the full SHA
    3872f58 View commit details
    Browse the repository at this point in the history
  9. model name & instruction of changing decoding

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