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

Espnet2 transducer v2 #4032

Closed
wants to merge 65 commits into from
Closed

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