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

Adding interCTC loss to hybrid models #6215

Merged
merged 7 commits into from
Mar 16, 2023
Merged

Commits on Mar 16, 2023

  1. Add interctc functionality to hybrid models

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    1acce5b View commit details
    Browse the repository at this point in the history
  2. Fix bugs with interctc loss

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    421379a View commit details
    Browse the repository at this point in the history
  3. Update configs

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    1818364 View commit details
    Browse the repository at this point in the history
  4. Minor cleanup + use attribute names instead of objects in setup

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    9231a03 View commit details
    Browse the repository at this point in the history
  5. Correctly handle compute_eval_loss=False

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    6bb7f9d View commit details
    Browse the repository at this point in the history
  6. Add compute_eval_loss=False test cases

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    cd39d33 View commit details
    Browse the repository at this point in the history
  7. Remove unused import, add keyword args

    Signed-off-by: Igor Gitman <[email protected]>
    Kipok committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    80e65c5 View commit details
    Browse the repository at this point in the history