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 CHiME4 recipe #746

Merged
merged 9 commits into from
Nov 19, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix comments
  • Loading branch information
funcwj committed Nov 17, 2021
commit 31e8de5684b57e1ce4052717a77ff835d6a49c5e
8 changes: 4 additions & 4 deletions examples/chime4/s0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Training info: lr 0.0005, batch size 8, 1 gpu, acc_grad 4, 80 epochs
* Decoding info: average_num 10

| decoding mode | dt05_real_1ch | dt05_simu_1ch | et05_real_1ch | et05_simu_1ch |
|:---------------:|:-------------:|:-------------:|:-------------:|:-------------:|
| ctc_beam_search | 19.06% | 21.17% | 28.39% | 29.16% |
| att_rescoring | 17.92% | 20.22% | 27.40% | 28.25% |
| decoding mode | dt05_real_1ch | dt05_simu_1ch | et05_real_1ch | et05_simu_1ch |
|:----------------------:|:-------------:|:-------------:|:-------------:|:-------------:|
| ctc_prefix_beam_search | 19.06% | 21.17% | 28.39% | 29.16% |
| attention_rescoring | 17.92% | 20.22% | 27.40% | 28.25% |
2 changes: 1 addition & 1 deletion examples/chime4/s0/conf/train_conformer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ model_conf:
length_normalized_loss: false

dataset_conf:
char: true
split_with_space: true
filter_conf:
max_length: 40960
min_length: 0
Expand Down