forked from espnet/espnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'espnet:master' into master
- Loading branch information
Showing
111 changed files
with
5,311 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "doc/notebook"] | ||
path = doc/notebook | ||
url = https://github.com/espnet/notebook | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
_gen/ | ||
_build/ | ||
build/ | ||
|
||
notebook/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule notebook
deleted from
ef3cbf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -euo pipefail | ||
|
||
cd "$(dirname "$0")" | ||
|
||
if [ ! -d notebook ]; then | ||
git clone https://github.com/espnet/notebook --depth 1 | ||
fi | ||
|
||
echo "\ | ||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Notebook: | ||
" | ||
|
||
find ./notebook/*.ipynb -exec echo " {}" \; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# RESULTS | ||
## Environments | ||
- date: `Mon Jan 31 10:53:20 EST 2022` | ||
- python version: `3.9.5 (default, Jun 4 2021, 12:28:51) [GCC 7.5.0]` | ||
- espnet version: `espnet 0.10.6a1` | ||
- pytorch version: `pytorch 1.8.1+cu102` | ||
- Git hash: `9d09bf551a9fe090973de60e15adec1de6b3d054` | ||
- Commit date: `Fri Jan 21 11:43:15 2022 -0500` | ||
- Pretrained Model: https://huggingface.co/espnet/bn_openslr53 | ||
|
||
## asr_train_asr_raw_bpe1000 | ||
### WER | ||
|
||
|dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| | ||
|---|---|---|---|---|---|---|---|---| | ||
|decode_asr_batch_size1_lm_lm_train_lm_bpe1000_valid.loss.ave_asr_model_valid.acc.best/sbn_test|2018|6470|74.2|21.3|4.5|2.2|28.0|48.8| | ||
|
||
### CER | ||
|
||
|dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| | ||
|---|---|---|---|---|---|---|---|---| | ||
|decode_asr_batch_size1_lm_lm_train_lm_bpe1000_valid.loss.ave_asr_model_valid.acc.best/sbn_test|2018|39196|89.4|4.3|6.3|1.4|12.0|48.8| | ||
|
||
### TER | ||
|
||
|dataset|Snt|Wrd|Corr|Sub|Del|Ins|Err|S.Err| | ||
|---|---|---|---|---|---|---|---|---| | ||
|decode_asr_batch_size1_lm_lm_train_lm_bpe1000_valid.loss.ave_asr_model_valid.acc.best/sbn_test|2018|15595|77.6|12.7|9.7|1.6|24.0|48.7| | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
67 changes: 67 additions & 0 deletions
67
egs2/chime4/enh1/conf/tuning/train_enh_dc_crn_mapping_snr.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
init: xavier_uniform | ||
max_epoch: 200 | ||
batch_type: folded | ||
batch_size: 16 | ||
iterator_type: chunk | ||
chunk_length: 32000 | ||
num_workers: 4 | ||
optim: adam | ||
optim_conf: | ||
lr: 1.0e-03 | ||
eps: 1.0e-08 | ||
weight_decay: 1.0e-7 | ||
amsgrad: true | ||
patience: 10 | ||
grad_clip: 5 | ||
val_scheduler_criterion: | ||
- valid | ||
- loss | ||
best_model_criterion: | ||
- - valid | ||
- si_snr | ||
- max | ||
- - valid | ||
- loss | ||
- min | ||
keep_nbest_models: 1 | ||
scheduler: steplr | ||
scheduler_conf: | ||
step_size: 2 | ||
gamma: 0.98 | ||
|
||
# A list for criterions | ||
# The overlall loss in the multi-task learning will be: | ||
# loss = weight_1 * loss_1 + ... + weight_N * loss_N | ||
# The default `weight` for each sub-loss is 1.0 | ||
criterions: | ||
# The first criterion | ||
- name: snr | ||
conf: | ||
eps: 1.0e-7 | ||
# the wrapper for the current criterion | ||
# PIT is widely used in the speech separation task | ||
wrapper: pit | ||
wrapper_conf: | ||
weight: 1.0 | ||
|
||
|
||
encoder: stft | ||
encoder_conf: | ||
n_fft: 256 | ||
hop_length: 128 | ||
decoder: stft | ||
decoder_conf: | ||
n_fft: 256 | ||
hop_length: 128 | ||
separator: dc_crn | ||
separator_conf: | ||
num_spk: 1 | ||
input_channels: [10, 16, 32, 64, 128, 256] # 5x2=10 input channels | ||
enc_hid_channels: 8 | ||
enc_layers: 5 | ||
glstm_groups: 2 | ||
glstm_layers: 2 | ||
glstm_bidirectional: true | ||
glstm_rearrange: false | ||
mode: mapping | ||
ref_channel: 3 |
Oops, something went wrong.