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

"Loop labels" greedy decoding: faster implementation #8286

Merged
merged 13 commits into from
Feb 3, 2024

Commits on Jan 31, 2024

  1. Loop labels greedy decoding v2

    Signed-off-by: Vladimir Bataev <vbataev@nvidia.com>
    artbataev committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    abb998c View commit details
    Browse the repository at this point in the history
  2. Add comments. Clean up

    Signed-off-by: Vladimir Bataev <vbataev@nvidia.com>
    artbataev committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c4a5672 View commit details
    Browse the repository at this point in the history
  3. Add comments

    Signed-off-by: Vladimir Bataev <vbataev@nvidia.com>
    artbataev committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    1ce53d3 View commit details
    Browse the repository at this point in the history
  4. Add comments

    Signed-off-by: Vladimir Bataev <vbataev@nvidia.com>
    artbataev committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    eb1b425 View commit details
    Browse the repository at this point in the history
  5. Add tests for batched hypotheses

    Signed-off-by: Vladimir Bataev <vbataev@nvidia.com>
    artbataev committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5982b4d View commit details
    Browse the repository at this point in the history
  6. Add tests for batched alignments

    Signed-off-by: Vladimir Bataev <vbataev@nvidia.com>
    artbataev committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    c2a8b1f View commit details
    Browse the repository at this point in the history
  7. Add comments

    Signed-off-by: Vladimir Bataev <vbataev@nvidia.com>
    artbataev committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e6b6bb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Fix comment

    Signed-off-by: Vladimir Bataev <vbataev@nvidia.com>
    artbataev committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    fb6000f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3445357 View commit details
    Browse the repository at this point in the history
  3. Fix test

    Signed-off-by: Vladimir Bataev <vbataev@nvidia.com>
    artbataev committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    00ffb75 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/rnnt_greedy_loop_lables_v2' into…

    … rnnt_greedy_loop_lables_v2
    artbataev committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    712a78c View commit details
    Browse the repository at this point in the history
  5. Method -> classmethod (self is not needed)

    Signed-off-by: Vladimir Bataev <vbataev@nvidia.com>
    artbataev committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    088fc7d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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