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

Add E-Branchformer module #2013

Merged
merged 2 commits into from
Sep 18, 2023
Merged

Add E-Branchformer module #2013

merged 2 commits into from
Sep 18, 2023

Conversation

TeaPoly
Copy link
Contributor

@TeaPoly TeaPoly commented Sep 15, 2023

Hi,
This PR is about the E-Branchformer. Modified based on Branchformer implementation.

The results as follows:

  • Feature info: using fbank feature, dither=1.0, cmvn, online speed perturb
    • Model info:
      • Model Params: 47,570,132
      • Num Encoder Layer: 17
      • CNN Kernel Size: 31
  • Training info: lr 0.001, weight_decay: 0.000001, batch size 16, 4 gpu, acc_grad 1, 240 epochs
  • Decoding info: ctc_weight 0.3, average_num 30
  • Git hash: 89962d1
decoding mode CER
attention decoder 4.73
ctc greedy search 4.77
ctc prefix beam search 4.77
attention rescoring 4.39
LM + attention rescoring 4.22

@xingchensong
Copy link
Member

THX, the result looks promising.

@xingchensong xingchensong merged commit ee73151 into wenet-e2e:main Sep 18, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants