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

Refactor bin/decode.cu #869

Merged
merged 8 commits into from
Nov 8, 2021
Merged

Commits on Nov 8, 2021

  1. Refactor FsaClass.

    Since FSAs in decoding contain only one or two attributes, we
    don't need to use an IValue to add one more indirection. Just
    check the type of the attribute and process it correspondingly.
    csukuangfj committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    e94a2da View commit details
    Browse the repository at this point in the history
  2. Add CTC decode.

    csukuangfj committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    1bfd436 View commit details
    Browse the repository at this point in the history
  3. Add HLG decoding.

    csukuangfj committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    ac818b2 View commit details
    Browse the repository at this point in the history
  4. Add n-gram LM rescoring.

    csukuangfj committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    47a37db View commit details
    Browse the repository at this point in the history
  5. Remove unused files.

    csukuangfj committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    7a58e73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    138ee0a View commit details
    Browse the repository at this point in the history
  7. Fix style issues.

    csukuangfj committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    b9180f8 View commit details
    Browse the repository at this point in the history
  8. Add missing files.

    csukuangfj committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    ed610bc View commit details
    Browse the repository at this point in the history