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

Offline/Online (standalone) ESPnet2 Transducer #4479

Merged
merged 125 commits into from Aug 17, 2022

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    de3976e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    170093a View commit details
    Browse the repository at this point in the history
  3. add new transducer version

    b-flo committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    a10025b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9a08f1 View commit details
    Browse the repository at this point in the history
  5. fix conflict

    b-flo committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    fee3c08 View commit details
    Browse the repository at this point in the history
  6. cleaner changes to template

    b-flo committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    4c7351b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

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

Commits on Feb 14, 2022

  1. fix conflict

    b-flo committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    8488e46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c7fc89 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. transducer v2.1

    b-flo committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    32edf84 View commit details
    Browse the repository at this point in the history
  2. fix conflicts

    b-flo committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    e9410ec View commit details
    Browse the repository at this point in the history
  3. fix conflicts (2)

    b-flo committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    75bf418 View commit details
    Browse the repository at this point in the history
  4. fix ci

    b-flo committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    cdbae6b View commit details
    Browse the repository at this point in the history
  5. remove joint_network argument

    b-flo committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    1d0175f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. add missing commit (fix)

    b-flo committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    a1feb7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c2e5c7 View commit details
    Browse the repository at this point in the history
  3. add first tests

    b-flo committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    26b5519 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d44ec84 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. fixes and clean-up

    b-flo committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    306db25 View commit details
    Browse the repository at this point in the history
  2. second batch of unit tests

    b-flo committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    5caa3f6 View commit details
    Browse the repository at this point in the history
  3. revert autocast changes for ci

    b-flo committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    c99131c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. fix conflict

    b-flo committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    57d8533 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. add missing test files

    b-flo committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    0fe2b57 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. naming + default params

    b-flo committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    d1ece4e View commit details
    Browse the repository at this point in the history
  2. add transducer documentation

    b-flo committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    5db3e0e View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. fix/improve doc

    b-flo committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    0872f78 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. fix error reporting

    b-flo committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    47695ab View commit details
    Browse the repository at this point in the history
  2. improve test coverage

    b-flo committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    e53077a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

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

Commits on Apr 4, 2022

  1. fix typo

    b-flo committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    1ca2089 View commit details
    Browse the repository at this point in the history
  2. reduce beam search test time

    b-flo committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    3e06834 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    63705c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c787011 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    bbe4a44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    372ff80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cec16da View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    9ffe08e View commit details
    Browse the repository at this point in the history
  2. fix label_sequence typing

    b-flo committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    4f400b3 View commit details
    Browse the repository at this point in the history
  3. fix label_sequence typing (2)

    b-flo committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    b92aedc View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. typo

    b-flo committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    b25d39f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb66c00 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. fix bad rendering + sentence

    b-flo committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    7b5292e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

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

Commits on Apr 21, 2022

  1. add quantization capabilities

    b-flo committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    6b22e2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5100601 View commit details
    Browse the repository at this point in the history
  3. add quantization tests

    b-flo committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    2e4a7d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

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

Commits on Apr 23, 2022

  1. Configuration menu
    Copy the full SHA
    8eed522 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c7c4ea View commit details
    Browse the repository at this point in the history
  3. fix quantize test indent

    b-flo committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    0abbf7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cf36a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

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

Commits on Apr 25, 2022

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

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    60e17b3 View commit details
    Browse the repository at this point in the history
  2. add back old transducer version

    b-flo committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    9aa2499 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    beb786c View commit details
    Browse the repository at this point in the history
  4. fix file mode

    b-flo committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    bd06120 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e58fc60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70b1db3 View commit details
    Browse the repository at this point in the history
  7. add missing files

    b-flo committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    294610d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    4f2e28e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e954d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    571814c View commit details
    Browse the repository at this point in the history
  4. fix integration tests

    b-flo committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    4fd9e63 View commit details
    Browse the repository at this point in the history
  5. add back blank lines

    b-flo committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    0157e81 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. 6 Configuration menu
    Copy the full SHA
    2d912bc View commit details
    Browse the repository at this point in the history
  2. fix conflicts

    b-flo committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    78d495c View commit details
    Browse the repository at this point in the history
  3. fix conflicts (2)

    b-flo committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    7b951b8 View commit details
    Browse the repository at this point in the history
  4. fix conflicts (3)

    b-flo committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    5ba1015 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    40e88a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce44ab3 View commit details
    Browse the repository at this point in the history
  3. add init + patch1

    b-flo committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    65a8b71 View commit details
    Browse the repository at this point in the history
  4. add init + patch2

    b-flo committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    f42068e View commit details
    Browse the repository at this point in the history
  5. apply black

    b-flo committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    4998148 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. apply isort

    b-flo committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    f6bd2b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ec8137 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a672fe6 View commit details
    Browse the repository at this point in the history
  4. fix yseq conversion to str

    b-flo committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    0c1603f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    3e67544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a3bdee View commit details
    Browse the repository at this point in the history
  3. renaming: sequence -> x

    b-flo committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    6d5858c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Configuration menu
    Copy the full SHA
    75b70cf View commit details
    Browse the repository at this point in the history
  2. update tests for new version

    b-flo committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    26aa0b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d5cc9a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

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

Commits on Jul 5, 2022

  1. fix docstrings and typehints

    b-flo committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    4fbfc82 View commit details
    Browse the repository at this point in the history
  2. fix score_cache and docstring

    b-flo committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    e0a0431 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary typehints

    b-flo committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    5ee5be9 View commit details
    Browse the repository at this point in the history
  4. address reviews

    b-flo committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    986f542 View commit details
    Browse the repository at this point in the history
  5. address reviews (2)

    b-flo committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    7f03651 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    1212fcd View commit details
    Browse the repository at this point in the history
  2. apply black

    b-flo committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    097c12a View commit details
    Browse the repository at this point in the history
  3. remove leading comment symbol

    b-flo committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    730d874 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

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

Commits on Jul 20, 2022

  1. fix raw context computation

    b-flo committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    625f691 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    726a87f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    168ee92 View commit details
    Browse the repository at this point in the history
  3. apply black

    b-flo committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    d398ff2 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. add simplified attention score

    b-flo committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    89e936c View commit details
    Browse the repository at this point in the history
  2. add basic norm support

    b-flo committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    e8302b3 View commit details
    Browse the repository at this point in the history
  3. update building blocks

    b-flo committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    3ea97a2 View commit details
    Browse the repository at this point in the history
  4. update unit tests

    b-flo committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    ab36203 View commit details
    Browse the repository at this point in the history
  5. update transducer docs

    b-flo committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    1bc112f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    4e16acc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b92faa6 View commit details
    Browse the repository at this point in the history
  3. update tests + improve coverage

    b-flo committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    ffc9e51 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. remove unecessary condition

    b-flo committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    f9b8a36 View commit details
    Browse the repository at this point in the history
  2. fix and import various tests

    b-flo committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    e95ba8a View commit details
    Browse the repository at this point in the history
  3. revert changes

    b-flo committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    f085c83 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Configuration menu
    Copy the full SHA
    59ad8ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b97990a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ef55e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. typo

    b-flo committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    be2f2d6 View commit details
    Browse the repository at this point in the history
  2. add doc for adding new block

    b-flo committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    e3b17f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f53891 View commit details
    Browse the repository at this point in the history
  4. typo

    b-flo committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    27c2b92 View commit details
    Browse the repository at this point in the history
  5. fix FAQ

    b-flo committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    5233e1b View commit details
    Browse the repository at this point in the history
  6. remove initialization

    b-flo committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    74bc79d View commit details
    Browse the repository at this point in the history
  7. remove initialization (2)

    b-flo committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    9801644 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    84a5181 View commit details
    Browse the repository at this point in the history
  2. refactor normalization module

    b-flo committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    a3c6c22 View commit details
    Browse the repository at this point in the history
  3. update unit tests

    b-flo committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    5df4f43 View commit details
    Browse the repository at this point in the history
  4. update+fix parameters and doc

    b-flo committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    61eb415 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. fix conflict

    b-flo committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    6d0f7e1 View commit details
    Browse the repository at this point in the history
  2. fix conflict (2)

    b-flo committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    64ae24c View commit details
    Browse the repository at this point in the history