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-TTS Models: Support hybrid RNNT-CTC, improve docs. #6620

Merged

Commits on May 10, 2023

  1. ASR-TTS: support hybrid RNNT-CTC models

    Signed-off-by: Vladimir Bataev <[email protected]>
    artbataev committed May 10, 2023
    Configuration menu
    Copy the full SHA
    0eb3b4a View commit details
    Browse the repository at this point in the history
  2. Do not warn on optional import. Separate import guard

    Signed-off-by: Vladimir Bataev <[email protected]>
    artbataev committed May 10, 2023
    Configuration menu
    Copy the full SHA
    27a9ada View commit details
    Browse the repository at this point in the history
  3. Explain adding options to config

    Signed-off-by: Vladimir Bataev <[email protected]>
    artbataev committed May 10, 2023
    Configuration menu
    Copy the full SHA
    9344120 View commit details
    Browse the repository at this point in the history
  4. Fix import guard docs

    Signed-off-by: Vladimir Bataev <[email protected]>
    artbataev committed May 10, 2023
    Configuration menu
    Copy the full SHA
    8461a63 View commit details
    Browse the repository at this point in the history
  5. Add docs for ConcatDataset

    Signed-off-by: Vladimir Bataev <[email protected]>
    artbataev committed May 10, 2023
    Configuration menu
    Copy the full SHA
    99ac726 View commit details
    Browse the repository at this point in the history
  6. Add explanation for sampling parameters

    Signed-off-by: Vladimir Bataev <[email protected]>
    artbataev committed May 10, 2023
    Configuration menu
    Copy the full SHA
    a09abce View commit details
    Browse the repository at this point in the history
  7. Fix supported models

    Signed-off-by: Vladimir Bataev <[email protected]>
    artbataev committed May 10, 2023
    Configuration menu
    Copy the full SHA
    0de5855 View commit details
    Browse the repository at this point in the history
  8. Initial docs for the enhancer model

    Signed-off-by: Vladimir Bataev <[email protected]>
    artbataev committed May 10, 2023
    Configuration menu
    Copy the full SHA
    cf28a98 View commit details
    Browse the repository at this point in the history
  9. Fix copyright header

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

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    0ea95b7 View commit details
    Browse the repository at this point in the history
  2. Fix use_start_end_token parameter usage

    Signed-off-by: Vladimir Bataev <[email protected]>
    artbataev committed May 12, 2023
    Configuration menu
    Copy the full SHA
    736a3e1 View commit details
    Browse the repository at this point in the history
  3. Revert import_guard, do not warn on import error for Normalizer

    Signed-off-by: Vladimir Bataev <[email protected]>
    artbataev committed May 12, 2023
    Configuration menu
    Copy the full SHA
    1652ea5 View commit details
    Browse the repository at this point in the history