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

KWS with CTCloss training and CTC prefix beam search detection. #135

Merged
merged 14 commits into from
Aug 16, 2023

Commits on May 19, 2023

  1. add ctcloss training scripts.

    dujing committed May 19, 2023
    Configuration menu
    Copy the full SHA
    a2f8d0e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. update compute_det_ctc

    dujing committed May 22, 2023
    Configuration menu
    Copy the full SHA
    9f31676 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. fix typo.

    dujing committed May 25, 2023
    Configuration menu
    Copy the full SHA
    c4b2ddb View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

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

Commits on Jun 3, 2023

  1. Add streaming detection of CTC model. Add CTC model onnx export. Add …

    …CTC model's result in README; For now CTC model runtime is not supported yet.
    dujing committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    0ac7a41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1b64a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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

Commits on Jun 16, 2023

  1. fix typo.

    dujing committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    6f82072 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Align Stream FSMN and Non-Stream FSMN, both in feature extraction and…

    … model forward.
    dujing committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ceb59e8 View commit details
    Browse the repository at this point in the history
  2. fix repeat activation, add a interval restrict.

    dujing committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    c26ec9e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. fix timestamp when subsampling!=1.

    dujing committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    45f0522 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    ea6a0f5 View commit details
    Browse the repository at this point in the history
  2. fix quickcheck and flake8

    dujing committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    9b20c84 View commit details
    Browse the repository at this point in the history
  3. Add realtime CTC-KWS demo in README.

    dujing committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f91cdef View commit details
    Browse the repository at this point in the history