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

Returns translated sentences immediately in beam search #858

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Commits on Jan 20, 2021

  1. Update marian-backend

    delli committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    a45c848 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Configuration menu
    Copy the full SHA
    67dfe27 View commit details
    Browse the repository at this point in the history
  2. Adds support for beam search to take in a callback to run on finished…

    … sentences during translation
    rhenry-nv committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    6a2c1a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee73446 View commit details
    Browse the repository at this point in the history
  4. Adds new file containing callbacks for debugging and timing

     stubs. EOD. Will complete tomorrow.
    rhenry-nv committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    0772459 View commit details
    Browse the repository at this point in the history
  5. Add timing functor

    rhenry-nv committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    f6794db View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    b1b7757 View commit details
    Browse the repository at this point in the history
  2. Adds temporary timing code

    rhenry-nv committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    1876004 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

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

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    dfbedaa View commit details
    Browse the repository at this point in the history
  2. Adds sync support into beam search and marian triton backend. The tri…

    …ton backend is not tested/compiled as of this commit.
    rhenry-nv committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    4517215 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ca8666 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ec9abd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dbe7a2a View commit details
    Browse the repository at this point in the history
  6. Fix async build

    rhenry-nv committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    207fa0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1541e0 View commit details
    Browse the repository at this point in the history
  8. Fixes linking issue in build with new version of Marian. Pass callbac…

    …k and userdata directly to beam search invocation
    rhenry-nv committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    46acae1 View commit details
    Browse the repository at this point in the history
  9. Remove print

    rhenry-nv committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    41a3925 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f52bca3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a52f1fe View commit details
    Browse the repository at this point in the history
  12. Install tcmalloc

    rhenry-nv committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    5de8a5e View commit details
    Browse the repository at this point in the history
  13. Updates contrib readme

    rhenry-nv committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    22d15b0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cfde994 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Fixes compile issues

    rhenry-nv committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    9e1aac3 View commit details
    Browse the repository at this point in the history
  2. Update change log

    rhenry-nv committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    c911653 View commit details
    Browse the repository at this point in the history
  3. Fix windows compile error

    rhenry-nv committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    bf12cbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c82968 View commit details
    Browse the repository at this point in the history