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

Generic Seq2Seq Decoder #45

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

Generic Seq2Seq Decoder #45

wants to merge 34 commits into from

Commits on Feb 22, 2023

  1. label scorer and history

    ZhouW321 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    a14dce2 View commit details
    Browse the repository at this point in the history
  2. seq2seq tree search

    ZhouW321 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    99181bd View commit details
    Browse the repository at this point in the history
  3. adapt search base

    ZhouW321 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    752eacd View commit details
    Browse the repository at this point in the history
  4. adapt word lattice

    ZhouW321 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f86d0a0 View commit details
    Browse the repository at this point in the history
  5. adapt lexicon (minor)

    ZhouW321 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    8474801 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e11e121 View commit details
    Browse the repository at this point in the history
  7. adapt Flf recognizer

    ZhouW321 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    73e606b View commit details
    Browse the repository at this point in the history
  8. seq2seq forced alignment

    ZhouW321 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    56c6d07 View commit details
    Browse the repository at this point in the history
  9. compile

    ZhouW321 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e71ee4c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f632395 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. adjust debug print

    ZhouW321 committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    db36b37 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. deterministic recombine

    ZhouW321 committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    41f4330 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. add encoder input log

    ZhouW321 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    44f227c View commit details
    Browse the repository at this point in the history
  2. adjust simple beam search

    ZhouW321 committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    a4894cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d3cfab View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

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

Commits on Mar 4, 2023

  1. adjust comments

    ZhouW321 committed Mar 4, 2023
    Configuration menu
    Copy the full SHA
    084aad8 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. adjust comment

    ZhouW321 committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    5fe7712 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. adjust early stopping

    ZhouW321 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b2160c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. minor fixes

    ZhouW321 committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    e2b6f5e View commit details
    Browse the repository at this point in the history
  2. add comment

    ZhouW321 committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    a835338 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. bug fix

    ZhouW321 committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    eba7bdb View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Configuration menu
    Copy the full SHA
    5d4e30d View commit details
    Browse the repository at this point in the history
  2. Update README

    ZhouW321 authored May 28, 2023
    Configuration menu
    Copy the full SHA
    42ca538 View commit details
    Browse the repository at this point in the history
  3. Update README

    ZhouW321 authored May 28, 2023
    Configuration menu
    Copy the full SHA
    eebf467 View commit details
    Browse the repository at this point in the history
  4. Update README

    ZhouW321 authored May 28, 2023
    Configuration menu
    Copy the full SHA
    bfcfdfd View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

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

Commits on Jun 14, 2023

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

Commits on Aug 17, 2023

  1. Update README

    ZhouW321 authored Aug 17, 2023
    Configuration menu
    Copy the full SHA
    61f692e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Update README

    ZhouW321 authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5b3329d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

Commits on Jan 24, 2024

  1. update README

    ZhouW321 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    ed5efcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7842520 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83307a9 View commit details
    Browse the repository at this point in the history