csukuangfj
commited on
Commit
Β·
96c86a0
1
Parent(s):
2711a72
Update results.
Browse files- README.md +11 -11
- exp/pretrained.pt +1 -1
- log/{errs-test-clean-beam_4-epoch-96118-avg-1-beam-4.txt β errs-test-clean-beam_4-epoch-96319-avg-1-beam-4.txt} +0 -0
- log/{errs-test-clean-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-1.txt β errs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-1.txt} +0 -0
- log/{errs-test-clean-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-2.txt β errs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-2.txt} +0 -0
- log/{errs-test-clean-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-3.txt β errs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-3.txt} +0 -0
- log/{errs-test-other-beam_4-epoch-96118-avg-1-beam-4.txt β errs-test-other-beam_4-epoch-96319-avg-1-beam-4.txt} +0 -0
- log/{errs-test-other-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-1.txt β errs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-1.txt} +0 -0
- log/{errs-test-other-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-2.txt β errs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-2.txt} +0 -0
- log/{errs-test-other-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-3.txt β errs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-3.txt} +0 -0
- log/{log-decode-epoch-61-avg-18-context-2-max-sym-per-frame-1-2022-02-07-11-20-50 β log-decode-epoch-63-avg-19-context-2-max-sym-per-frame-1-2022-02-08-01-39-38} +25 -25
- log/{log-decode-epoch-61-avg-18-context-2-max-sym-per-frame-2-2022-02-07-11-33-21 β log-decode-epoch-63-avg-19-context-2-max-sym-per-frame-2-2022-02-08-01-46-49} +25 -25
- log/{log-decode-epoch-61-avg-18-context-2-max-sym-per-frame-3-2022-02-07-11-46-48 β log-decode-epoch-63-avg-19-context-2-max-sym-per-frame-3-2022-02-08-01-54-23} +25 -25
- log/log-decode-epoch-96118-avg-1-beam-4-2022-02-07-14-33-50 +0 -233
- log/log-decode-epoch-96319-avg-1-beam-4-2022-02-08-15-02-46 +233 -0
- log/{recogs-test-clean-beam_4-epoch-96118-avg-1-beam-4.txt β recogs-test-clean-beam_4-epoch-96319-avg-1-beam-4.txt} +0 -0
- log/{recogs-test-clean-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-1.txt β recogs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-1.txt} +0 -0
- log/{recogs-test-clean-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-3.txt β recogs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-2.txt} +0 -0
- log/{recogs-test-clean-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-2.txt β recogs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-3.txt} +0 -0
- log/{recogs-test-other-beam_4-epoch-96118-avg-1-beam-4.txt β recogs-test-other-beam_4-epoch-96319-avg-1-beam-4.txt} +0 -0
- log/{recogs-test-other-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-1.txt β recogs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-1.txt} +0 -0
- log/{recogs-test-other-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-2.txt β recogs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-2.txt} +0 -0
- log/{recogs-test-other-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-3.txt β recogs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-3.txt} +0 -0
README.md
CHANGED
@@ -12,18 +12,18 @@ git lfs pull
|
|
12 |
|
13 |
**Catuion**: You have to run `git lfs pull`. Otherwise, you will be SAD later.
|
14 |
|
15 |
-
The model in this repo is trained using the commit `
|
16 |
|
17 |
You can use
|
18 |
|
19 |
```
|
20 |
git clone https://github.com/k2-fsa/icefall
|
21 |
cd icefall
|
22 |
-
git checkout
|
23 |
```
|
24 |
to download `icefall`.
|
25 |
|
26 |
-
You can find the model information by visiting <https://github.com/k2-fsa/icefall/blob/
|
27 |
|
28 |
In short, the encoder is a Conformer model with 8 heads, 12 encoder layers, 512-dim attention, 2048-dim feedforward;
|
29 |
the decoder contains a 1024-dim embedding layer and a Conv1d with kernel size 2.
|
@@ -63,8 +63,8 @@ The tensorboard training log can be found at
|
|
63 |
|
64 |
The command for decoding is:
|
65 |
```
|
66 |
-
epoch=
|
67 |
-
avg=
|
68 |
|
69 |
## greedy search
|
70 |
for sym in 1 2 3; do
|
@@ -97,10 +97,10 @@ The WERs for the test datasets are
|
|
97 |
|
98 |
| | test-clean | test-other | comment |
|
99 |
|-------------------------------------|------------|------------|------------------------------------------|
|
100 |
-
| greedy search (max sym per frame 1) | 2.
|
101 |
-
| greedy search (max sym per frame 2) | 2.
|
102 |
-
| greedy search (max sym per frame 3) | 2.
|
103 |
-
| modified beam search (beam size 4) | 2.67 | 6.
|
104 |
|
105 |
|
106 |
# File description
|
@@ -113,8 +113,8 @@ The WERs for the test datasets are
|
|
113 |
`exp/pretrained.pt` is generated by the following command:
|
114 |
```
|
115 |
./transducer_stateless/export.py \
|
116 |
-
--epoch
|
117 |
-
--avg
|
118 |
--bpe-model data/lang_bpe_500/bpe.model \
|
119 |
--exp-dir transducer_stateless/exp-full
|
120 |
```
|
|
|
12 |
|
13 |
**Catuion**: You have to run `git lfs pull`. Otherwise, you will be SAD later.
|
14 |
|
15 |
+
The model in this repo is trained using the commit `a8150021e01d34ecbd6198fe03a57eacf47a16f2`.
|
16 |
|
17 |
You can use
|
18 |
|
19 |
```
|
20 |
git clone https://github.com/k2-fsa/icefall
|
21 |
cd icefall
|
22 |
+
git checkout a8150021e01d34ecbd6198fe03a57eacf47a16f2
|
23 |
```
|
24 |
to download `icefall`.
|
25 |
|
26 |
+
You can find the model information by visiting <https://github.com/k2-fsa/icefall/blob/a8150021e01d34ecbd6198fe03a57eacf47a16f2/egs/librispeech/ASR/transducer_stateless/train.py#L198>.
|
27 |
|
28 |
In short, the encoder is a Conformer model with 8 heads, 12 encoder layers, 512-dim attention, 2048-dim feedforward;
|
29 |
the decoder contains a 1024-dim embedding layer and a Conv1d with kernel size 2.
|
|
|
63 |
|
64 |
The command for decoding is:
|
65 |
```
|
66 |
+
epoch=63
|
67 |
+
avg=19
|
68 |
|
69 |
## greedy search
|
70 |
for sym in 1 2 3; do
|
|
|
97 |
|
98 |
| | test-clean | test-other | comment |
|
99 |
|-------------------------------------|------------|------------|------------------------------------------|
|
100 |
+
| greedy search (max sym per frame 1) | 2.67 | 6.67 | --epoch 63, --avg 19, --max-duration 100 |
|
101 |
+
| greedy search (max sym per frame 2) | 2.67 | 6.67 | --epoch 63, --avg 19, --max-duration 100 |
|
102 |
+
| greedy search (max sym per frame 3) | 2.67 | 6.67 | --epoch 63, --avg 19, --max-duration 100 |
|
103 |
+
| modified beam search (beam size 4) | 2.67 | 6.57 | --epoch 63, --avg 19, --max-duration 100 |
|
104 |
|
105 |
|
106 |
# File description
|
|
|
113 |
`exp/pretrained.pt` is generated by the following command:
|
114 |
```
|
115 |
./transducer_stateless/export.py \
|
116 |
+
--epoch 63 \
|
117 |
+
--avg 19 \
|
118 |
--bpe-model data/lang_bpe_500/bpe.model \
|
119 |
--exp-dir transducer_stateless/exp-full
|
120 |
```
|
exp/pretrained.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 336185613
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf21038fb96f5cdfde5e6a96d4efc8c64901cce3ee80828a3d77199275159dbc
|
3 |
size 336185613
|
log/{errs-test-clean-beam_4-epoch-96118-avg-1-beam-4.txt β errs-test-clean-beam_4-epoch-96319-avg-1-beam-4.txt}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
log/{errs-test-clean-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-1.txt β errs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-1.txt}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
log/{errs-test-clean-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-2.txt β errs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-2.txt}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
log/{errs-test-clean-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-3.txt β errs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-3.txt}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
log/{errs-test-other-beam_4-epoch-96118-avg-1-beam-4.txt β errs-test-other-beam_4-epoch-96319-avg-1-beam-4.txt}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
log/{errs-test-other-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-1.txt β errs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-1.txt}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
log/{errs-test-other-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-2.txt β errs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-2.txt}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
log/{errs-test-other-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-3.txt β errs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-3.txt}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
log/{log-decode-epoch-61-avg-18-context-2-max-sym-per-frame-1-2022-02-07-11-20-50 β log-decode-epoch-63-avg-19-context-2-max-sym-per-frame-1-2022-02-08-01-39-38}
RENAMED
@@ -1,29 +1,29 @@
|
|
1 |
-
2022-02-
|
2 |
-
2022-02-
|
3 |
-
2022-02-
|
4 |
-
2022-02-
|
5 |
-
2022-02-
|
6 |
-
2022-02-
|
7 |
-
2022-02-
|
8 |
-
2022-02-
|
9 |
-
2022-02-
|
10 |
-
2022-02-
|
11 |
-
2022-02-
|
12 |
-
2022-02-
|
13 |
-
2022-02-
|
14 |
-
2022-02-
|
15 |
-
2022-02-
|
16 |
For test-clean, WER of different settings are:
|
17 |
-
greedy_search 2.
|
18 |
|
19 |
-
2022-02-
|
20 |
-
2022-02-
|
21 |
-
2022-02-
|
22 |
-
2022-02-
|
23 |
-
2022-02-
|
24 |
-
2022-02-
|
25 |
-
2022-02-
|
26 |
For test-other, WER of different settings are:
|
27 |
-
greedy_search 6.
|
28 |
|
29 |
-
2022-02-
|
|
|
1 |
+
2022-02-08 01:39:38,245 INFO [decode.py:414] Decoding started
|
2 |
+
2022-02-08 01:39:38,246 INFO [decode.py:420] Device: cuda:0
|
3 |
+
2022-02-08 01:39:38,263 INFO [decode.py:429] {'feature_dim': 80, 'encoder_out_dim': 512, 'subsampling_factor': 4, 'attention_dim': 512, 'nhead': 8, 'dim_feedforward': 2048, 'num_encoder_layers': 12, 'vgg_frontend': False, 'env_info': {'k2-version': '1.10', 'k2-build-type': 'Release', 'k2-with-cuda': True, 'k2-git-sha1': '31e1307c3131d03384ef83c33472309d22d2e79d', 'k2-git-date': 'Fri Nov 19 14:47:09 2021', 'lhotse-version': '1.0.0.dev+missing.version.file', 'torch-cuda-available': True, 'torch-cuda-version': '10.2', 'python-version': '3.8', 'icefall-git-branch': 'rnnt-modified', 'icefall-git-sha1': '45866f9-clean', 'icefall-git-date': 'Mon Feb 7 16:39:39 2022', 'icefall-path': '/ceph-fj/fangjun/open-source-2/icefall-rnnt-modified', 'k2-path': '/ceph-fj/fangjun/open-source-2/k2-rnnt/k2/python/k2/__init__.py', 'lhotse-path': '/ceph-fj/fangjun/open-source-2/lhotse-rnnt/lhotse/__init__.py', 'hostname': 'de-74279-k2-train-4-0809194600-d77fc9b88-4vzzq', 'IP address': '10.48.16.137'}, 'epoch': 63, 'avg': 19, 'exp_dir': PosixPath('transducer_stateless/exp-full'), 'bpe_model': './data/lang_bpe_500/bpe.model', 'decoding_method': 'greedy_search', 'beam_size': 4, 'context_size': 2, 'max_sym_per_frame': 1, 'full_libri': True, 'manifest_dir': PosixPath('data/fbank'), 'max_duration': 100, 'bucketing_sampler': True, 'num_buckets': 30, 'concatenate_cuts': False, 'duration_factor': 1.0, 'gap': 1.0, 'on_the_fly_feats': False, 'shuffle': True, 'return_cuts': True, 'num_workers': 2, 'enable_spec_aug': True, 'spec_aug_time_warp_factor': 80, 'enable_musan': True, 'res_dir': PosixPath('transducer_stateless/exp-full/greedy_search'), 'suffix': 'epoch-63-avg-19-context-2-max-sym-per-frame-1', 'blank_id': 0, 'vocab_size': 500}
|
4 |
+
2022-02-08 01:39:38,264 INFO [decode.py:431] About to create model
|
5 |
+
2022-02-08 01:39:38,962 INFO [decode.py:442] averaging ['transducer_stateless/exp-full/epoch-45.pt', 'transducer_stateless/exp-full/epoch-46.pt', 'transducer_stateless/exp-full/epoch-47.pt', 'transducer_stateless/exp-full/epoch-48.pt', 'transducer_stateless/exp-full/epoch-49.pt', 'transducer_stateless/exp-full/epoch-50.pt', 'transducer_stateless/exp-full/epoch-51.pt', 'transducer_stateless/exp-full/epoch-52.pt', 'transducer_stateless/exp-full/epoch-53.pt', 'transducer_stateless/exp-full/epoch-54.pt', 'transducer_stateless/exp-full/epoch-55.pt', 'transducer_stateless/exp-full/epoch-56.pt', 'transducer_stateless/exp-full/epoch-57.pt', 'transducer_stateless/exp-full/epoch-58.pt', 'transducer_stateless/exp-full/epoch-59.pt', 'transducer_stateless/exp-full/epoch-60.pt', 'transducer_stateless/exp-full/epoch-61.pt', 'transducer_stateless/exp-full/epoch-62.pt', 'transducer_stateless/exp-full/epoch-63.pt']
|
6 |
+
2022-02-08 01:40:10,540 INFO [decode.py:451] Number of model parameters: 84007924
|
7 |
+
2022-02-08 01:40:10,540 INFO [asr_datamodule.py:379] About to get test-clean cuts
|
8 |
+
2022-02-08 01:40:10,764 INFO [asr_datamodule.py:384] About to get test-other cuts
|
9 |
+
2022-02-08 01:40:12,354 INFO [decode.py:339] batch 0/?, cuts processed until now is 20
|
10 |
+
2022-02-08 01:41:45,227 INFO [decode.py:339] batch 100/?, cuts processed until now is 1406
|
11 |
+
2022-02-08 01:43:15,493 INFO [decode.py:339] batch 200/?, cuts processed until now is 2563
|
12 |
+
2022-02-08 01:43:24,057 INFO [decode.py:356] The transcripts are stored in transducer_stateless/exp-full/greedy_search/recogs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-1.txt
|
13 |
+
2022-02-08 01:43:24,149 INFO [utils.py:404] [test-clean-greedy_search] %WER 2.67% [1405 / 52576, 138 ins, 119 del, 1148 sub ]
|
14 |
+
2022-02-08 01:43:24,446 INFO [decode.py:369] Wrote detailed error stats to transducer_stateless/exp-full/greedy_search/errs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-1.txt
|
15 |
+
2022-02-08 01:43:24,453 INFO [decode.py:386]
|
16 |
For test-clean, WER of different settings are:
|
17 |
+
greedy_search 2.67 best for test-clean
|
18 |
|
19 |
+
2022-02-08 01:43:26,082 INFO [decode.py:339] batch 0/?, cuts processed until now is 23
|
20 |
+
2022-02-08 01:44:59,868 INFO [decode.py:339] batch 100/?, cuts processed until now is 1614
|
21 |
+
2022-02-08 01:46:31,568 INFO [decode.py:339] batch 200/?, cuts processed until now is 2899
|
22 |
+
2022-02-08 01:46:36,878 INFO [decode.py:356] The transcripts are stored in transducer_stateless/exp-full/greedy_search/recogs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-1.txt
|
23 |
+
2022-02-08 01:46:36,985 INFO [utils.py:404] [test-other-greedy_search] %WER 6.67% [3492 / 52343, 378 ins, 310 del, 2804 sub ]
|
24 |
+
2022-02-08 01:46:37,251 INFO [decode.py:369] Wrote detailed error stats to transducer_stateless/exp-full/greedy_search/errs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-1.txt
|
25 |
+
2022-02-08 01:46:37,258 INFO [decode.py:386]
|
26 |
For test-other, WER of different settings are:
|
27 |
+
greedy_search 6.67 best for test-other
|
28 |
|
29 |
+
2022-02-08 01:46:37,259 INFO [decode.py:478] Done!
|
log/{log-decode-epoch-61-avg-18-context-2-max-sym-per-frame-2-2022-02-07-11-33-21 β log-decode-epoch-63-avg-19-context-2-max-sym-per-frame-2-2022-02-08-01-46-49}
RENAMED
@@ -1,29 +1,29 @@
|
|
1 |
-
2022-02-
|
2 |
-
2022-02-
|
3 |
-
2022-02-
|
4 |
-
2022-02-
|
5 |
-
2022-02-
|
6 |
-
2022-02-
|
7 |
-
2022-02-
|
8 |
-
2022-02-
|
9 |
-
2022-02-
|
10 |
-
2022-02-
|
11 |
-
2022-02-
|
12 |
-
2022-02-
|
13 |
-
2022-02-
|
14 |
-
2022-02-
|
15 |
-
2022-02-
|
16 |
For test-clean, WER of different settings are:
|
17 |
-
greedy_search 2.
|
18 |
|
19 |
-
2022-02-
|
20 |
-
2022-02-
|
21 |
-
2022-02-
|
22 |
-
2022-02-
|
23 |
-
2022-02-
|
24 |
-
2022-02-
|
25 |
-
2022-02-
|
26 |
For test-other, WER of different settings are:
|
27 |
-
greedy_search 6.
|
28 |
|
29 |
-
2022-02-
|
|
|
1 |
+
2022-02-08 01:46:49,780 INFO [decode.py:414] Decoding started
|
2 |
+
2022-02-08 01:46:49,780 INFO [decode.py:420] Device: cuda:0
|
3 |
+
2022-02-08 01:46:49,858 INFO [decode.py:429] {'feature_dim': 80, 'encoder_out_dim': 512, 'subsampling_factor': 4, 'attention_dim': 512, 'nhead': 8, 'dim_feedforward': 2048, 'num_encoder_layers': 12, 'vgg_frontend': False, 'env_info': {'k2-version': '1.10', 'k2-build-type': 'Release', 'k2-with-cuda': True, 'k2-git-sha1': '31e1307c3131d03384ef83c33472309d22d2e79d', 'k2-git-date': 'Fri Nov 19 14:47:09 2021', 'lhotse-version': '1.0.0.dev+missing.version.file', 'torch-cuda-available': True, 'torch-cuda-version': '10.2', 'python-version': '3.8', 'icefall-git-branch': 'rnnt-modified', 'icefall-git-sha1': '45866f9-clean', 'icefall-git-date': 'Mon Feb 7 16:39:39 2022', 'icefall-path': '/ceph-fj/fangjun/open-source-2/icefall-rnnt-modified', 'k2-path': '/ceph-fj/fangjun/open-source-2/k2-rnnt/k2/python/k2/__init__.py', 'lhotse-path': '/ceph-fj/fangjun/open-source-2/lhotse-rnnt/lhotse/__init__.py', 'hostname': 'de-74279-k2-train-4-0809194600-d77fc9b88-4vzzq', 'IP address': '10.48.16.137'}, 'epoch': 63, 'avg': 19, 'exp_dir': PosixPath('transducer_stateless/exp-full'), 'bpe_model': './data/lang_bpe_500/bpe.model', 'decoding_method': 'greedy_search', 'beam_size': 4, 'context_size': 2, 'max_sym_per_frame': 2, 'full_libri': True, 'manifest_dir': PosixPath('data/fbank'), 'max_duration': 100, 'bucketing_sampler': True, 'num_buckets': 30, 'concatenate_cuts': False, 'duration_factor': 1.0, 'gap': 1.0, 'on_the_fly_feats': False, 'shuffle': True, 'return_cuts': True, 'num_workers': 2, 'enable_spec_aug': True, 'spec_aug_time_warp_factor': 80, 'enable_musan': True, 'res_dir': PosixPath('transducer_stateless/exp-full/greedy_search'), 'suffix': 'epoch-63-avg-19-context-2-max-sym-per-frame-2', 'blank_id': 0, 'vocab_size': 500}
|
4 |
+
2022-02-08 01:46:49,859 INFO [decode.py:431] About to create model
|
5 |
+
2022-02-08 01:46:50,498 INFO [decode.py:442] averaging ['transducer_stateless/exp-full/epoch-45.pt', 'transducer_stateless/exp-full/epoch-46.pt', 'transducer_stateless/exp-full/epoch-47.pt', 'transducer_stateless/exp-full/epoch-48.pt', 'transducer_stateless/exp-full/epoch-49.pt', 'transducer_stateless/exp-full/epoch-50.pt', 'transducer_stateless/exp-full/epoch-51.pt', 'transducer_stateless/exp-full/epoch-52.pt', 'transducer_stateless/exp-full/epoch-53.pt', 'transducer_stateless/exp-full/epoch-54.pt', 'transducer_stateless/exp-full/epoch-55.pt', 'transducer_stateless/exp-full/epoch-56.pt', 'transducer_stateless/exp-full/epoch-57.pt', 'transducer_stateless/exp-full/epoch-58.pt', 'transducer_stateless/exp-full/epoch-59.pt', 'transducer_stateless/exp-full/epoch-60.pt', 'transducer_stateless/exp-full/epoch-61.pt', 'transducer_stateless/exp-full/epoch-62.pt', 'transducer_stateless/exp-full/epoch-63.pt']
|
6 |
+
2022-02-08 01:47:17,504 INFO [decode.py:451] Number of model parameters: 84007924
|
7 |
+
2022-02-08 01:47:17,504 INFO [asr_datamodule.py:379] About to get test-clean cuts
|
8 |
+
2022-02-08 01:47:17,712 INFO [asr_datamodule.py:384] About to get test-other cuts
|
9 |
+
2022-02-08 01:47:19,340 INFO [decode.py:339] batch 0/?, cuts processed until now is 20
|
10 |
+
2022-02-08 01:49:02,483 INFO [decode.py:339] batch 100/?, cuts processed until now is 1406
|
11 |
+
2022-02-08 01:50:38,837 INFO [decode.py:339] batch 200/?, cuts processed until now is 2563
|
12 |
+
2022-02-08 01:50:48,140 INFO [decode.py:356] The transcripts are stored in transducer_stateless/exp-full/greedy_search/recogs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-2.txt
|
13 |
+
2022-02-08 01:50:48,222 INFO [utils.py:404] [test-clean-greedy_search] %WER 2.67% [1406 / 52576, 139 ins, 119 del, 1148 sub ]
|
14 |
+
2022-02-08 01:50:48,462 INFO [decode.py:369] Wrote detailed error stats to transducer_stateless/exp-full/greedy_search/errs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-2.txt
|
15 |
+
2022-02-08 01:50:48,469 INFO [decode.py:386]
|
16 |
For test-clean, WER of different settings are:
|
17 |
+
greedy_search 2.67 best for test-clean
|
18 |
|
19 |
+
2022-02-08 01:50:50,077 INFO [decode.py:339] batch 0/?, cuts processed until now is 23
|
20 |
+
2022-02-08 01:52:28,139 INFO [decode.py:339] batch 100/?, cuts processed until now is 1614
|
21 |
+
2022-02-08 01:54:04,541 INFO [decode.py:339] batch 200/?, cuts processed until now is 2899
|
22 |
+
2022-02-08 01:54:10,073 INFO [decode.py:356] The transcripts are stored in transducer_stateless/exp-full/greedy_search/recogs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-2.txt
|
23 |
+
2022-02-08 01:54:10,179 INFO [utils.py:404] [test-other-greedy_search] %WER 6.67% [3491 / 52343, 381 ins, 308 del, 2802 sub ]
|
24 |
+
2022-02-08 01:54:10,446 INFO [decode.py:369] Wrote detailed error stats to transducer_stateless/exp-full/greedy_search/errs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-2.txt
|
25 |
+
2022-02-08 01:54:10,453 INFO [decode.py:386]
|
26 |
For test-other, WER of different settings are:
|
27 |
+
greedy_search 6.67 best for test-other
|
28 |
|
29 |
+
2022-02-08 01:54:10,453 INFO [decode.py:478] Done!
|
log/{log-decode-epoch-61-avg-18-context-2-max-sym-per-frame-3-2022-02-07-11-46-48 β log-decode-epoch-63-avg-19-context-2-max-sym-per-frame-3-2022-02-08-01-54-23}
RENAMED
@@ -1,29 +1,29 @@
|
|
1 |
-
2022-02-
|
2 |
-
2022-02-
|
3 |
-
2022-02-
|
4 |
-
2022-02-
|
5 |
-
2022-02-
|
6 |
-
2022-02-
|
7 |
-
2022-02-
|
8 |
-
2022-02-
|
9 |
-
2022-02-
|
10 |
-
2022-02-
|
11 |
-
2022-02-
|
12 |
-
2022-02-
|
13 |
-
2022-02-
|
14 |
-
2022-02-
|
15 |
-
2022-02-
|
16 |
For test-clean, WER of different settings are:
|
17 |
-
greedy_search 2.
|
18 |
|
19 |
-
2022-02-
|
20 |
-
2022-02-
|
21 |
-
2022-02-
|
22 |
-
2022-02-
|
23 |
-
2022-02-
|
24 |
-
2022-02-
|
25 |
-
2022-02-
|
26 |
For test-other, WER of different settings are:
|
27 |
-
greedy_search 6.
|
28 |
|
29 |
-
2022-02-
|
|
|
1 |
+
2022-02-08 01:54:23,773 INFO [decode.py:414] Decoding started
|
2 |
+
2022-02-08 01:54:23,774 INFO [decode.py:420] Device: cuda:0
|
3 |
+
2022-02-08 01:54:23,865 INFO [decode.py:429] {'feature_dim': 80, 'encoder_out_dim': 512, 'subsampling_factor': 4, 'attention_dim': 512, 'nhead': 8, 'dim_feedforward': 2048, 'num_encoder_layers': 12, 'vgg_frontend': False, 'env_info': {'k2-version': '1.10', 'k2-build-type': 'Release', 'k2-with-cuda': True, 'k2-git-sha1': '31e1307c3131d03384ef83c33472309d22d2e79d', 'k2-git-date': 'Fri Nov 19 14:47:09 2021', 'lhotse-version': '1.0.0.dev+missing.version.file', 'torch-cuda-available': True, 'torch-cuda-version': '10.2', 'python-version': '3.8', 'icefall-git-branch': 'rnnt-modified', 'icefall-git-sha1': '45866f9-clean', 'icefall-git-date': 'Mon Feb 7 16:39:39 2022', 'icefall-path': '/ceph-fj/fangjun/open-source-2/icefall-rnnt-modified', 'k2-path': '/ceph-fj/fangjun/open-source-2/k2-rnnt/k2/python/k2/__init__.py', 'lhotse-path': '/ceph-fj/fangjun/open-source-2/lhotse-rnnt/lhotse/__init__.py', 'hostname': 'de-74279-k2-train-4-0809194600-d77fc9b88-4vzzq', 'IP address': '10.48.16.137'}, 'epoch': 63, 'avg': 19, 'exp_dir': PosixPath('transducer_stateless/exp-full'), 'bpe_model': './data/lang_bpe_500/bpe.model', 'decoding_method': 'greedy_search', 'beam_size': 4, 'context_size': 2, 'max_sym_per_frame': 3, 'full_libri': True, 'manifest_dir': PosixPath('data/fbank'), 'max_duration': 100, 'bucketing_sampler': True, 'num_buckets': 30, 'concatenate_cuts': False, 'duration_factor': 1.0, 'gap': 1.0, 'on_the_fly_feats': False, 'shuffle': True, 'return_cuts': True, 'num_workers': 2, 'enable_spec_aug': True, 'spec_aug_time_warp_factor': 80, 'enable_musan': True, 'res_dir': PosixPath('transducer_stateless/exp-full/greedy_search'), 'suffix': 'epoch-63-avg-19-context-2-max-sym-per-frame-3', 'blank_id': 0, 'vocab_size': 500}
|
4 |
+
2022-02-08 01:54:23,866 INFO [decode.py:431] About to create model
|
5 |
+
2022-02-08 01:54:24,433 INFO [decode.py:442] averaging ['transducer_stateless/exp-full/epoch-45.pt', 'transducer_stateless/exp-full/epoch-46.pt', 'transducer_stateless/exp-full/epoch-47.pt', 'transducer_stateless/exp-full/epoch-48.pt', 'transducer_stateless/exp-full/epoch-49.pt', 'transducer_stateless/exp-full/epoch-50.pt', 'transducer_stateless/exp-full/epoch-51.pt', 'transducer_stateless/exp-full/epoch-52.pt', 'transducer_stateless/exp-full/epoch-53.pt', 'transducer_stateless/exp-full/epoch-54.pt', 'transducer_stateless/exp-full/epoch-55.pt', 'transducer_stateless/exp-full/epoch-56.pt', 'transducer_stateless/exp-full/epoch-57.pt', 'transducer_stateless/exp-full/epoch-58.pt', 'transducer_stateless/exp-full/epoch-59.pt', 'transducer_stateless/exp-full/epoch-60.pt', 'transducer_stateless/exp-full/epoch-61.pt', 'transducer_stateless/exp-full/epoch-62.pt', 'transducer_stateless/exp-full/epoch-63.pt']
|
6 |
+
2022-02-08 01:54:47,567 INFO [decode.py:451] Number of model parameters: 84007924
|
7 |
+
2022-02-08 01:54:47,568 INFO [asr_datamodule.py:379] About to get test-clean cuts
|
8 |
+
2022-02-08 01:54:47,808 INFO [asr_datamodule.py:384] About to get test-other cuts
|
9 |
+
2022-02-08 01:54:49,278 INFO [decode.py:339] batch 0/?, cuts processed until now is 20
|
10 |
+
2022-02-08 01:56:24,029 INFO [decode.py:339] batch 100/?, cuts processed until now is 1406
|
11 |
+
2022-02-08 01:58:01,709 INFO [decode.py:339] batch 200/?, cuts processed until now is 2563
|
12 |
+
2022-02-08 01:58:11,020 INFO [decode.py:356] The transcripts are stored in transducer_stateless/exp-full/greedy_search/recogs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-3.txt
|
13 |
+
2022-02-08 01:58:11,102 INFO [utils.py:404] [test-clean-greedy_search] %WER 2.67% [1406 / 52576, 139 ins, 119 del, 1148 sub ]
|
14 |
+
2022-02-08 01:58:11,347 INFO [decode.py:369] Wrote detailed error stats to transducer_stateless/exp-full/greedy_search/errs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-3.txt
|
15 |
+
2022-02-08 01:58:11,355 INFO [decode.py:386]
|
16 |
For test-clean, WER of different settings are:
|
17 |
+
greedy_search 2.67 best for test-clean
|
18 |
|
19 |
+
2022-02-08 01:58:12,963 INFO [decode.py:339] batch 0/?, cuts processed until now is 23
|
20 |
+
2022-02-08 01:59:51,682 INFO [decode.py:339] batch 100/?, cuts processed until now is 1614
|
21 |
+
2022-02-08 02:01:27,577 INFO [decode.py:339] batch 200/?, cuts processed until now is 2899
|
22 |
+
2022-02-08 02:01:33,227 INFO [decode.py:356] The transcripts are stored in transducer_stateless/exp-full/greedy_search/recogs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-3.txt
|
23 |
+
2022-02-08 02:01:33,315 INFO [utils.py:404] [test-other-greedy_search] %WER 6.67% [3492 / 52343, 382 ins, 308 del, 2802 sub ]
|
24 |
+
2022-02-08 02:01:33,560 INFO [decode.py:369] Wrote detailed error stats to transducer_stateless/exp-full/greedy_search/errs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-3.txt
|
25 |
+
2022-02-08 02:01:33,568 INFO [decode.py:386]
|
26 |
For test-other, WER of different settings are:
|
27 |
+
greedy_search 6.67 best for test-other
|
28 |
|
29 |
+
2022-02-08 02:01:33,568 INFO [decode.py:478] Done!
|
log/log-decode-epoch-96118-avg-1-beam-4-2022-02-07-14-33-50
DELETED
@@ -1,233 +0,0 @@
|
|
1 |
-
2022-02-07 14:33:50,046 INFO [decode.py:414] Decoding started
|
2 |
-
2022-02-07 14:33:50,046 INFO [decode.py:420] Device: cuda:0
|
3 |
-
2022-02-07 14:33:50,054 INFO [decode.py:429] {'feature_dim': 80, 'encoder_out_dim': 512, 'subsampling_factor': 4, 'attention_dim': 512, 'nhead': 8, 'dim_feedforward': 2048, 'num_encoder_layers': 12, 'vgg_frontend': False, 'env_info': {'k2-version': '1.10', 'k2-build-type': 'Release', 'k2-with-cuda': True, 'k2-git-sha1': '31e1307c3131d03384ef83c33472309d22d2e79d', 'k2-git-date': 'Fri Nov 19 14:47:09 2021', 'lhotse-version': '1.0.0.dev+missing.version.file', 'torch-cuda-available': True, 'torch-cuda-version': '10.2', 'python-version': '3.8', 'icefall-git-branch': 'rnnt-modified', 'icefall-git-sha1': 'e1936fa-clean', 'icefall-git-date': 'Sat Jan 29 23:44:06 2022', 'icefall-path': '/ceph-fj/fangjun/open-source-2/icefall-rnnt-modified', 'k2-path': '/ceph-fj/fangjun/open-source-2/k2-rnnt/k2/python/k2/__init__.py', 'lhotse-path': '/ceph-fj/fangjun/open-source-2/lhotse-rnnt/lhotse/__init__.py', 'hostname': 'de-74279-k2-dev-1-0203142625-9776c46db-pk7w6', 'IP address': '10.177.22.139'}, 'epoch': 96118, 'avg': 1, 'exp_dir': PosixPath('transducer_stateless/exp-full'), 'bpe_model': './data/lang_bpe_500/bpe.model', 'decoding_method': 'modified_beam_search', 'beam_size': 4, 'context_size': 2, 'max_sym_per_frame': 3, 'full_libri': True, 'manifest_dir': PosixPath('data/fbank'), 'max_duration': 100, 'bucketing_sampler': True, 'num_buckets': 30, 'concatenate_cuts': False, 'duration_factor': 1.0, 'gap': 1.0, 'on_the_fly_feats': False, 'shuffle': True, 'return_cuts': True, 'num_workers': 2, 'enable_spec_aug': True, 'spec_aug_time_warp_factor': 80, 'enable_musan': True, 'res_dir': PosixPath('transducer_stateless/exp-full/modified_beam_search'), 'suffix': 'epoch-96118-avg-1-beam-4', 'blank_id': 0, 'vocab_size': 500}
|
4 |
-
2022-02-07 14:33:50,055 INFO [decode.py:431] About to create model
|
5 |
-
2022-02-07 14:33:50,988 INFO [checkpoint.py:93] Loading checkpoint from transducer_stateless/exp-full/epoch-96118.pt
|
6 |
-
2022-02-07 14:33:58,303 INFO [decode.py:451] Number of model parameters: 84007924
|
7 |
-
2022-02-07 14:33:58,304 INFO [asr_datamodule.py:379] About to get test-clean cuts
|
8 |
-
2022-02-07 14:33:58,527 INFO [asr_datamodule.py:384] About to get test-other cuts
|
9 |
-
2022-02-07 14:34:02,999 INFO [decode.py:339] batch 0/?, cuts processed until now is 20
|
10 |
-
2022-02-07 14:34:10,775 INFO [decode.py:339] batch 2/?, cuts processed until now is 64
|
11 |
-
2022-02-07 14:34:18,248 INFO [decode.py:339] batch 4/?, cuts processed until now is 81
|
12 |
-
2022-02-07 14:34:26,133 INFO [decode.py:339] batch 6/?, cuts processed until now is 121
|
13 |
-
2022-02-07 14:34:33,552 INFO [decode.py:339] batch 8/?, cuts processed until now is 133
|
14 |
-
2022-02-07 14:34:41,134 INFO [decode.py:339] batch 10/?, cuts processed until now is 168
|
15 |
-
2022-02-07 14:34:47,830 INFO [decode.py:339] batch 12/?, cuts processed until now is 202
|
16 |
-
2022-02-07 14:34:56,038 INFO [decode.py:339] batch 14/?, cuts processed until now is 217
|
17 |
-
2022-02-07 14:35:03,890 INFO [decode.py:339] batch 16/?, cuts processed until now is 241
|
18 |
-
2022-02-07 14:35:11,693 INFO [decode.py:339] batch 18/?, cuts processed until now is 267
|
19 |
-
2022-02-07 14:35:19,560 INFO [decode.py:339] batch 20/?, cuts processed until now is 281
|
20 |
-
2022-02-07 14:35:27,295 INFO [decode.py:339] batch 22/?, cuts processed until now is 325
|
21 |
-
2022-02-07 14:35:35,056 INFO [decode.py:339] batch 24/?, cuts processed until now is 349
|
22 |
-
2022-02-07 14:35:43,123 INFO [decode.py:339] batch 26/?, cuts processed until now is 366
|
23 |
-
2022-02-07 14:35:50,786 INFO [decode.py:339] batch 28/?, cuts processed until now is 389
|
24 |
-
2022-02-07 14:35:58,475 INFO [decode.py:339] batch 30/?, cuts processed until now is 410
|
25 |
-
2022-02-07 14:36:05,919 INFO [decode.py:339] batch 32/?, cuts processed until now is 442
|
26 |
-
2022-02-07 14:36:13,645 INFO [decode.py:339] batch 34/?, cuts processed until now is 474
|
27 |
-
2022-02-07 14:36:21,267 INFO [decode.py:339] batch 36/?, cuts processed until now is 498
|
28 |
-
2022-02-07 14:36:28,791 INFO [decode.py:339] batch 38/?, cuts processed until now is 514
|
29 |
-
2022-02-07 14:36:36,214 INFO [decode.py:339] batch 40/?, cuts processed until now is 524
|
30 |
-
2022-02-07 14:36:41,863 INFO [decode.py:339] batch 42/?, cuts processed until now is 564
|
31 |
-
2022-02-07 14:36:48,056 INFO [decode.py:339] batch 44/?, cuts processed until now is 621
|
32 |
-
2022-02-07 14:36:53,853 INFO [decode.py:339] batch 46/?, cuts processed until now is 633
|
33 |
-
2022-02-07 14:36:59,795 INFO [decode.py:339] batch 48/?, cuts processed until now is 648
|
34 |
-
2022-02-07 14:37:05,982 INFO [decode.py:339] batch 50/?, cuts processed until now is 662
|
35 |
-
2022-02-07 14:37:11,753 INFO [decode.py:339] batch 52/?, cuts processed until now is 680
|
36 |
-
2022-02-07 14:37:17,867 INFO [decode.py:339] batch 54/?, cuts processed until now is 708
|
37 |
-
2022-02-07 14:37:23,528 INFO [decode.py:339] batch 56/?, cuts processed until now is 736
|
38 |
-
2022-02-07 14:37:29,788 INFO [decode.py:339] batch 58/?, cuts processed until now is 752
|
39 |
-
2022-02-07 14:37:35,951 INFO [decode.py:339] batch 60/?, cuts processed until now is 819
|
40 |
-
2022-02-07 14:37:42,239 INFO [decode.py:339] batch 62/?, cuts processed until now is 843
|
41 |
-
2022-02-07 14:37:48,226 INFO [decode.py:339] batch 64/?, cuts processed until now is 850
|
42 |
-
2022-02-07 14:37:54,614 INFO [decode.py:339] batch 66/?, cuts processed until now is 880
|
43 |
-
2022-02-07 14:38:00,513 INFO [decode.py:339] batch 68/?, cuts processed until now is 932
|
44 |
-
2022-02-07 14:38:07,407 INFO [decode.py:339] batch 70/?, cuts processed until now is 957
|
45 |
-
2022-02-07 14:38:13,130 INFO [decode.py:339] batch 72/?, cuts processed until now is 996
|
46 |
-
2022-02-07 14:38:19,414 INFO [decode.py:339] batch 74/?, cuts processed until now is 1064
|
47 |
-
2022-02-07 14:38:25,056 INFO [decode.py:339] batch 76/?, cuts processed until now is 1077
|
48 |
-
2022-02-07 14:38:31,451 INFO [decode.py:339] batch 78/?, cuts processed until now is 1114
|
49 |
-
2022-02-07 14:38:37,016 INFO [decode.py:339] batch 80/?, cuts processed until now is 1141
|
50 |
-
2022-02-07 14:38:43,177 INFO [decode.py:339] batch 82/?, cuts processed until now is 1172
|
51 |
-
2022-02-07 14:38:49,135 INFO [decode.py:339] batch 84/?, cuts processed until now is 1180
|
52 |
-
2022-02-07 14:38:56,002 INFO [decode.py:339] batch 86/?, cuts processed until now is 1199
|
53 |
-
2022-02-07 14:39:03,436 INFO [decode.py:339] batch 88/?, cuts processed until now is 1228
|
54 |
-
2022-02-07 14:39:11,113 INFO [decode.py:339] batch 90/?, cuts processed until now is 1245
|
55 |
-
2022-02-07 14:39:18,579 INFO [decode.py:339] batch 92/?, cuts processed until now is 1267
|
56 |
-
2022-02-07 14:39:26,394 INFO [decode.py:339] batch 94/?, cuts processed until now is 1333
|
57 |
-
2022-02-07 14:39:35,413 INFO [decode.py:339] batch 96/?, cuts processed until now is 1363
|
58 |
-
2022-02-07 14:39:41,015 INFO [decode.py:339] batch 98/?, cuts processed until now is 1378
|
59 |
-
2022-02-07 14:39:50,973 INFO [decode.py:339] batch 100/?, cuts processed until now is 1406
|
60 |
-
2022-02-07 14:40:00,554 INFO [decode.py:339] batch 102/?, cuts processed until now is 1420
|
61 |
-
2022-02-07 14:40:08,083 INFO [decode.py:339] batch 104/?, cuts processed until now is 1445
|
62 |
-
2022-02-07 14:40:15,990 INFO [decode.py:339] batch 106/?, cuts processed until now is 1468
|
63 |
-
2022-02-07 14:40:23,911 INFO [decode.py:339] batch 108/?, cuts processed until now is 1494
|
64 |
-
2022-02-07 14:40:31,906 INFO [decode.py:339] batch 110/?, cuts processed until now is 1547
|
65 |
-
2022-02-07 14:40:39,877 INFO [decode.py:339] batch 112/?, cuts processed until now is 1582
|
66 |
-
2022-02-07 14:40:47,523 INFO [decode.py:339] batch 114/?, cuts processed until now is 1615
|
67 |
-
2022-02-07 14:40:55,468 INFO [decode.py:339] batch 116/?, cuts processed until now is 1636
|
68 |
-
2022-02-07 14:41:02,619 INFO [decode.py:339] batch 118/?, cuts processed until now is 1655
|
69 |
-
2022-02-07 14:41:10,496 INFO [decode.py:339] batch 120/?, cuts processed until now is 1696
|
70 |
-
2022-02-07 14:41:18,129 INFO [decode.py:339] batch 122/?, cuts processed until now is 1722
|
71 |
-
2022-02-07 14:41:24,166 INFO [decode.py:339] batch 124/?, cuts processed until now is 1734
|
72 |
-
2022-02-07 14:41:30,188 INFO [decode.py:339] batch 126/?, cuts processed until now is 1755
|
73 |
-
2022-02-07 14:41:36,090 INFO [decode.py:339] batch 128/?, cuts processed until now is 1781
|
74 |
-
2022-02-07 14:41:41,892 INFO [decode.py:339] batch 130/?, cuts processed until now is 1844
|
75 |
-
2022-02-07 14:41:47,834 INFO [decode.py:339] batch 132/?, cuts processed until now is 1886
|
76 |
-
2022-02-07 14:41:53,824 INFO [decode.py:339] batch 134/?, cuts processed until now is 1903
|
77 |
-
2022-02-07 14:41:59,555 INFO [decode.py:339] batch 136/?, cuts processed until now is 1932
|
78 |
-
2022-02-07 14:42:06,174 INFO [decode.py:339] batch 138/?, cuts processed until now is 1951
|
79 |
-
2022-02-07 14:42:12,086 INFO [decode.py:339] batch 140/?, cuts processed until now is 1959
|
80 |
-
2022-02-07 14:42:18,419 INFO [decode.py:339] batch 142/?, cuts processed until now is 2007
|
81 |
-
2022-02-07 14:42:24,116 INFO [decode.py:339] batch 144/?, cuts processed until now is 2035
|
82 |
-
2022-02-07 14:42:29,947 INFO [decode.py:339] batch 146/?, cuts processed until now is 2083
|
83 |
-
2022-02-07 14:42:35,386 INFO [decode.py:339] batch 148/?, cuts processed until now is 2130
|
84 |
-
2022-02-07 14:42:41,673 INFO [decode.py:339] batch 150/?, cuts processed until now is 2139
|
85 |
-
2022-02-07 14:42:49,417 INFO [decode.py:339] batch 152/?, cuts processed until now is 2171
|
86 |
-
2022-02-07 14:42:59,395 INFO [decode.py:339] batch 154/?, cuts processed until now is 2192
|
87 |
-
2022-02-07 14:43:09,604 INFO [decode.py:339] batch 156/?, cuts processed until now is 2208
|
88 |
-
2022-02-07 14:43:19,408 INFO [decode.py:339] batch 158/?, cuts processed until now is 2230
|
89 |
-
2022-02-07 14:43:28,971 INFO [decode.py:339] batch 160/?, cuts processed until now is 2258
|
90 |
-
2022-02-07 14:43:38,843 INFO [decode.py:339] batch 162/?, cuts processed until now is 2274
|
91 |
-
2022-02-07 14:43:48,386 INFO [decode.py:339] batch 164/?, cuts processed until now is 2296
|
92 |
-
2022-02-07 14:43:57,721 INFO [decode.py:339] batch 166/?, cuts processed until now is 2327
|
93 |
-
2022-02-07 14:44:07,086 INFO [decode.py:339] batch 168/?, cuts processed until now is 2351
|
94 |
-
2022-02-07 14:44:16,602 INFO [decode.py:339] batch 170/?, cuts processed until now is 2364
|
95 |
-
2022-02-07 14:44:26,218 INFO [decode.py:339] batch 172/?, cuts processed until now is 2374
|
96 |
-
2022-02-07 14:44:35,625 INFO [decode.py:339] batch 174/?, cuts processed until now is 2399
|
97 |
-
2022-02-07 14:44:45,323 INFO [decode.py:339] batch 176/?, cuts processed until now is 2418
|
98 |
-
2022-02-07 14:44:51,140 INFO [decode.py:339] batch 178/?, cuts processed until now is 2427
|
99 |
-
2022-02-07 14:45:00,065 INFO [decode.py:339] batch 180/?, cuts processed until now is 2440
|
100 |
-
2022-02-07 14:45:07,924 INFO [decode.py:339] batch 182/?, cuts processed until now is 2456
|
101 |
-
2022-02-07 14:45:16,041 INFO [decode.py:339] batch 184/?, cuts processed until now is 2466
|
102 |
-
2022-02-07 14:45:23,898 INFO [decode.py:339] batch 186/?, cuts processed until now is 2479
|
103 |
-
2022-02-07 14:45:29,682 INFO [decode.py:339] batch 188/?, cuts processed until now is 2492
|
104 |
-
2022-02-07 14:45:36,158 INFO [decode.py:339] batch 190/?, cuts processed until now is 2502
|
105 |
-
2022-02-07 14:45:46,239 INFO [decode.py:339] batch 192/?, cuts processed until now is 2520
|
106 |
-
2022-02-07 14:45:51,804 INFO [decode.py:339] batch 194/?, cuts processed until now is 2527
|
107 |
-
2022-02-07 14:46:02,185 INFO [decode.py:339] batch 196/?, cuts processed until now is 2539
|
108 |
-
2022-02-07 14:46:12,359 INFO [decode.py:339] batch 198/?, cuts processed until now is 2551
|
109 |
-
2022-02-07 14:46:22,476 INFO [decode.py:339] batch 200/?, cuts processed until now is 2563
|
110 |
-
2022-02-07 14:46:32,201 INFO [decode.py:339] batch 202/?, cuts processed until now is 2575
|
111 |
-
2022-02-07 14:46:41,582 INFO [decode.py:339] batch 204/?, cuts processed until now is 2587
|
112 |
-
2022-02-07 14:46:51,096 INFO [decode.py:339] batch 206/?, cuts processed until now is 2599
|
113 |
-
2022-02-07 14:46:59,954 INFO [decode.py:339] batch 208/?, cuts processed until now is 2611
|
114 |
-
2022-02-07 14:47:06,245 INFO [decode.py:339] batch 210/?, cuts processed until now is 2620
|
115 |
-
2022-02-07 14:47:06,433 INFO [decode.py:356] The transcripts are stored in transducer_stateless/exp-full/modified_beam_search/recogs-test-clean-beam_4-epoch-96118-avg-1-beam-4.txt
|
116 |
-
2022-02-07 14:47:06,553 INFO [utils.py:404] [test-clean-beam_4] %WER 2.67% [1406 / 52576, 146 ins, 117 del, 1143 sub ]
|
117 |
-
2022-02-07 14:47:07,040 INFO [decode.py:369] Wrote detailed error stats to transducer_stateless/exp-full/modified_beam_search/errs-test-clean-beam_4-epoch-96118-avg-1-beam-4.txt
|
118 |
-
2022-02-07 14:47:07,041 INFO [decode.py:386]
|
119 |
-
For test-clean, WER of different settings are:
|
120 |
-
beam_4 2.67 best for test-clean
|
121 |
-
|
122 |
-
2022-02-07 14:47:11,395 INFO [decode.py:339] batch 0/?, cuts processed until now is 23
|
123 |
-
2022-02-07 14:47:19,275 INFO [decode.py:339] batch 2/?, cuts processed until now is 71
|
124 |
-
2022-02-07 14:47:27,388 INFO [decode.py:339] batch 4/?, cuts processed until now is 92
|
125 |
-
2022-02-07 14:47:35,087 INFO [decode.py:339] batch 6/?, cuts processed until now is 134
|
126 |
-
2022-02-07 14:47:43,731 INFO [decode.py:339] batch 8/?, cuts processed until now is 150
|
127 |
-
2022-02-07 14:47:52,756 INFO [decode.py:339] batch 10/?, cuts processed until now is 190
|
128 |
-
2022-02-07 14:48:01,063 INFO [decode.py:339] batch 12/?, cuts processed until now is 225
|
129 |
-
2022-02-07 14:48:09,403 INFO [decode.py:339] batch 14/?, cuts processed until now is 240
|
130 |
-
2022-02-07 14:48:18,711 INFO [decode.py:339] batch 16/?, cuts processed until now is 266
|
131 |
-
2022-02-07 14:48:26,418 INFO [decode.py:339] batch 18/?, cuts processed until now is 296
|
132 |
-
2022-02-07 14:48:34,243 INFO [decode.py:339] batch 20/?, cuts processed until now is 312
|
133 |
-
2022-02-07 14:48:42,309 INFO [decode.py:339] batch 22/?, cuts processed until now is 360
|
134 |
-
2022-02-07 14:48:49,950 INFO [decode.py:339] batch 24/?, cuts processed until now is 387
|
135 |
-
2022-02-07 14:48:58,029 INFO [decode.py:339] batch 26/?, cuts processed until now is 406
|
136 |
-
2022-02-07 14:49:05,675 INFO [decode.py:339] batch 28/?, cuts processed until now is 433
|
137 |
-
2022-02-07 14:49:13,264 INFO [decode.py:339] batch 30/?, cuts processed until now is 457
|
138 |
-
2022-02-07 14:49:21,206 INFO [decode.py:339] batch 32/?, cuts processed until now is 494
|
139 |
-
2022-02-07 14:49:28,884 INFO [decode.py:339] batch 34/?, cuts processed until now is 540
|
140 |
-
2022-02-07 14:49:36,460 INFO [decode.py:339] batch 36/?, cuts processed until now is 568
|
141 |
-
2022-02-07 14:49:44,054 INFO [decode.py:339] batch 38/?, cuts processed until now is 587
|
142 |
-
2022-02-07 14:49:51,659 INFO [decode.py:339] batch 40/?, cuts processed until now is 598
|
143 |
-
2022-02-07 14:49:59,284 INFO [decode.py:339] batch 42/?, cuts processed until now is 640
|
144 |
-
2022-02-07 14:50:06,913 INFO [decode.py:339] batch 44/?, cuts processed until now is 700
|
145 |
-
2022-02-07 14:50:14,999 INFO [decode.py:339] batch 46/?, cuts processed until now is 715
|
146 |
-
2022-02-07 14:50:22,831 INFO [decode.py:339] batch 48/?, cuts processed until now is 733
|
147 |
-
2022-02-07 14:50:29,977 INFO [decode.py:339] batch 50/?, cuts processed until now is 749
|
148 |
-
2022-02-07 14:50:37,560 INFO [decode.py:339] batch 52/?, cuts processed until now is 769
|
149 |
-
2022-02-07 14:50:45,412 INFO [decode.py:339] batch 54/?, cuts processed until now is 801
|
150 |
-
2022-02-07 14:50:53,073 INFO [decode.py:339] batch 56/?, cuts processed until now is 833
|
151 |
-
2022-02-07 14:51:00,814 INFO [decode.py:339] batch 58/?, cuts processed until now is 853
|
152 |
-
2022-02-07 14:51:08,692 INFO [decode.py:339] batch 60/?, cuts processed until now is 922
|
153 |
-
2022-02-07 14:51:16,423 INFO [decode.py:339] batch 62/?, cuts processed until now is 950
|
154 |
-
2022-02-07 14:51:23,647 INFO [decode.py:339] batch 64/?, cuts processed until now is 958
|
155 |
-
2022-02-07 14:51:31,291 INFO [decode.py:339] batch 66/?, cuts processed until now is 992
|
156 |
-
2022-02-07 14:51:39,099 INFO [decode.py:339] batch 68/?, cuts processed until now is 1046
|
157 |
-
2022-02-07 14:51:46,540 INFO [decode.py:339] batch 70/?, cuts processed until now is 1074
|
158 |
-
2022-02-07 14:51:54,209 INFO [decode.py:339] batch 72/?, cuts processed until now is 1119
|
159 |
-
2022-02-07 14:52:01,640 INFO [decode.py:339] batch 74/?, cuts processed until now is 1188
|
160 |
-
2022-02-07 14:52:08,696 INFO [decode.py:339] batch 76/?, cuts processed until now is 1203
|
161 |
-
2022-02-07 14:52:16,418 INFO [decode.py:339] batch 78/?, cuts processed until now is 1243
|
162 |
-
2022-02-07 14:52:24,039 INFO [decode.py:339] batch 80/?, cuts processed until now is 1274
|
163 |
-
2022-02-07 14:52:31,415 INFO [decode.py:339] batch 82/?, cuts processed until now is 1310
|
164 |
-
2022-02-07 14:52:39,327 INFO [decode.py:339] batch 84/?, cuts processed until now is 1320
|
165 |
-
2022-02-07 14:52:46,872 INFO [decode.py:339] batch 86/?, cuts processed until now is 1343
|
166 |
-
2022-02-07 14:52:54,576 INFO [decode.py:339] batch 88/?, cuts processed until now is 1377
|
167 |
-
2022-02-07 14:53:02,101 INFO [decode.py:339] batch 90/?, cuts processed until now is 1422
|
168 |
-
2022-02-07 14:53:09,804 INFO [decode.py:339] batch 92/?, cuts processed until now is 1448
|
169 |
-
2022-02-07 14:53:17,178 INFO [decode.py:339] batch 94/?, cuts processed until now is 1514
|
170 |
-
2022-02-07 14:53:24,814 INFO [decode.py:339] batch 96/?, cuts processed until now is 1547
|
171 |
-
2022-02-07 14:53:30,819 INFO [decode.py:339] batch 98/?, cuts processed until now is 1594
|
172 |
-
2022-02-07 14:53:38,322 INFO [decode.py:339] batch 100/?, cuts processed until now is 1614
|
173 |
-
2022-02-07 14:53:46,013 INFO [decode.py:339] batch 102/?, cuts processed until now is 1631
|
174 |
-
2022-02-07 14:53:53,783 INFO [decode.py:339] batch 104/?, cuts processed until now is 1660
|
175 |
-
2022-02-07 14:54:01,481 INFO [decode.py:339] batch 106/?, cuts processed until now is 1686
|
176 |
-
2022-02-07 14:54:09,187 INFO [decode.py:339] batch 108/?, cuts processed until now is 1716
|
177 |
-
2022-02-07 14:54:16,922 INFO [decode.py:339] batch 110/?, cuts processed until now is 1774
|
178 |
-
2022-02-07 14:54:24,585 INFO [decode.py:339] batch 112/?, cuts processed until now is 1812
|
179 |
-
2022-02-07 14:54:32,392 INFO [decode.py:339] batch 114/?, cuts processed until now is 1849
|
180 |
-
2022-02-07 14:54:39,646 INFO [decode.py:339] batch 116/?, cuts processed until now is 1872
|
181 |
-
2022-02-07 14:54:47,004 INFO [decode.py:339] batch 118/?, cuts processed until now is 1894
|
182 |
-
2022-02-07 14:54:54,844 INFO [decode.py:339] batch 120/?, cuts processed until now is 1938
|
183 |
-
2022-02-07 14:55:01,170 INFO [decode.py:339] batch 122/?, cuts processed until now is 1968
|
184 |
-
2022-02-07 14:55:07,108 INFO [decode.py:339] batch 124/?, cuts processed until now is 1982
|
185 |
-
2022-02-07 14:55:13,242 INFO [decode.py:339] batch 126/?, cuts processed until now is 2007
|
186 |
-
2022-02-07 14:55:19,017 INFO [decode.py:339] batch 128/?, cuts processed until now is 2037
|
187 |
-
2022-02-07 14:55:25,132 INFO [decode.py:339] batch 130/?, cuts processed until now is 2105
|
188 |
-
2022-02-07 14:55:30,826 INFO [decode.py:339] batch 132/?, cuts processed until now is 2152
|
189 |
-
2022-02-07 14:55:37,235 INFO [decode.py:339] batch 134/?, cuts processed until now is 2172
|
190 |
-
2022-02-07 14:55:43,389 INFO [decode.py:339] batch 136/?, cuts processed until now is 2206
|
191 |
-
2022-02-07 14:55:49,574 INFO [decode.py:339] batch 138/?, cuts processed until now is 2228
|
192 |
-
2022-02-07 14:55:55,506 INFO [decode.py:339] batch 140/?, cuts processed until now is 2238
|
193 |
-
2022-02-07 14:56:01,430 INFO [decode.py:339] batch 142/?, cuts processed until now is 2290
|
194 |
-
2022-02-07 14:56:09,922 INFO [decode.py:339] batch 144/?, cuts processed until now is 2321
|
195 |
-
2022-02-07 14:56:16,265 INFO [decode.py:339] batch 146/?, cuts processed until now is 2353
|
196 |
-
2022-02-07 14:56:25,465 INFO [decode.py:339] batch 148/?, cuts processed until now is 2410
|
197 |
-
2022-02-07 14:56:34,286 INFO [decode.py:339] batch 150/?, cuts processed until now is 2420
|
198 |
-
2022-02-07 14:56:43,655 INFO [decode.py:339] batch 152/?, cuts processed until now is 2456
|
199 |
-
2022-02-07 14:56:52,634 INFO [decode.py:339] batch 154/?, cuts processed until now is 2479
|
200 |
-
2022-02-07 14:57:01,559 INFO [decode.py:339] batch 156/?, cuts processed until now is 2496
|
201 |
-
2022-02-07 14:57:07,465 INFO [decode.py:339] batch 158/?, cuts processed until now is 2513
|
202 |
-
2022-02-07 14:57:17,087 INFO [decode.py:339] batch 160/?, cuts processed until now is 2531
|
203 |
-
2022-02-07 14:57:26,227 INFO [decode.py:339] batch 162/?, cuts processed until now is 2555
|
204 |
-
2022-02-07 14:57:35,575 INFO [decode.py:339] batch 164/?, cuts processed until now is 2587
|
205 |
-
2022-02-07 14:57:44,610 INFO [decode.py:339] batch 166/?, cuts processed until now is 2621
|
206 |
-
2022-02-07 14:57:54,283 INFO [decode.py:339] batch 168/?, cuts processed until now is 2650
|
207 |
-
2022-02-07 14:58:00,830 INFO [decode.py:339] batch 170/?, cuts processed until now is 2661
|
208 |
-
2022-02-07 14:58:11,129 INFO [decode.py:339] batch 172/?, cuts processed until now is 2673
|
209 |
-
2022-02-07 14:58:21,031 INFO [decode.py:339] batch 174/?, cuts processed until now is 2698
|
210 |
-
2022-02-07 14:58:31,119 INFO [decode.py:339] batch 176/?, cuts processed until now is 2721
|
211 |
-
2022-02-07 14:58:40,960 INFO [decode.py:339] batch 178/?, cuts processed until now is 2737
|
212 |
-
2022-02-07 14:58:48,023 INFO [decode.py:339] batch 180/?, cuts processed until now is 2758
|
213 |
-
2022-02-07 14:58:57,897 INFO [decode.py:339] batch 182/?, cuts processed until now is 2770
|
214 |
-
2022-02-07 14:59:07,626 INFO [decode.py:339] batch 184/?, cuts processed until now is 2786
|
215 |
-
2022-02-07 14:59:16,807 INFO [decode.py:339] batch 186/?, cuts processed until now is 2805
|
216 |
-
2022-02-07 14:59:26,176 INFO [decode.py:339] batch 188/?, cuts processed until now is 2817
|
217 |
-
2022-02-07 14:59:31,485 INFO [decode.py:339] batch 190/?, cuts processed until now is 2825
|
218 |
-
2022-02-07 14:59:39,885 INFO [decode.py:339] batch 192/?, cuts processed until now is 2843
|
219 |
-
2022-02-07 14:59:50,614 INFO [decode.py:339] batch 194/?, cuts processed until now is 2857
|
220 |
-
2022-02-07 15:00:00,873 INFO [decode.py:339] batch 196/?, cuts processed until now is 2871
|
221 |
-
2022-02-07 15:00:10,954 INFO [decode.py:339] batch 198/?, cuts processed until now is 2885
|
222 |
-
2022-02-07 15:00:19,489 INFO [decode.py:339] batch 200/?, cuts processed until now is 2899
|
223 |
-
2022-02-07 15:00:26,710 INFO [decode.py:339] batch 202/?, cuts processed until now is 2913
|
224 |
-
2022-02-07 15:00:34,690 INFO [decode.py:339] batch 204/?, cuts processed until now is 2927
|
225 |
-
2022-02-07 15:00:41,707 INFO [decode.py:339] batch 206/?, cuts processed until now is 2939
|
226 |
-
2022-02-07 15:00:41,894 INFO [decode.py:356] The transcripts are stored in transducer_stateless/exp-full/modified_beam_search/recogs-test-other-beam_4-epoch-96118-avg-1-beam-4.txt
|
227 |
-
2022-02-07 15:00:42,021 INFO [utils.py:404] [test-other-beam_4] %WER 6.64% [3474 / 52343, 381 ins, 311 del, 2782 sub ]
|
228 |
-
2022-02-07 15:00:42,392 INFO [decode.py:369] Wrote detailed error stats to transducer_stateless/exp-full/modified_beam_search/errs-test-other-beam_4-epoch-96118-avg-1-beam-4.txt
|
229 |
-
2022-02-07 15:00:42,393 INFO [decode.py:386]
|
230 |
-
For test-other, WER of different settings are:
|
231 |
-
beam_4 6.64 best for test-other
|
232 |
-
|
233 |
-
2022-02-07 15:00:42,393 INFO [decode.py:478] Done!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
log/log-decode-epoch-96319-avg-1-beam-4-2022-02-08-15-02-46
ADDED
@@ -0,0 +1,233 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
2022-02-08 15:02:46,425 INFO [decode.py:414] Decoding started
|
2 |
+
2022-02-08 15:02:46,425 INFO [decode.py:420] Device: cuda:0
|
3 |
+
2022-02-08 15:02:46,442 INFO [decode.py:429] {'feature_dim': 80, 'encoder_out_dim': 512, 'subsampling_factor': 4, 'attention_dim': 512, 'nhead': 8, 'dim_feedforward': 2048, 'num_encoder_layers': 12, 'vgg_frontend': False, 'env_info': {'k2-version': '1.10', 'k2-build-type': 'Release', 'k2-with-cuda': True, 'k2-git-sha1': '31e1307c3131d03384ef83c33472309d22d2e79d', 'k2-git-date': 'Fri Nov 19 14:47:09 2021', 'lhotse-version': '1.0.0.dev+missing.version.file', 'torch-cuda-available': True, 'torch-cuda-version': '10.2', 'python-version': '3.8', 'icefall-git-branch': 'rnnt-modified', 'icefall-git-sha1': '45866f9-clean', 'icefall-git-date': 'Mon Feb 7 16:39:39 2022', 'icefall-path': '/ceph-fj/fangjun/open-source-2/icefall-rnnt-modified', 'k2-path': '/ceph-fj/fangjun/open-source-2/k2-rnnt/k2/python/k2/__init__.py', 'lhotse-path': '/ceph-fj/fangjun/open-source-2/lhotse-rnnt/lhotse/__init__.py', 'hostname': 'de-74279-k2-train-5-0816110343-9647676d5-sqn62', 'IP address': '10.177.63.199'}, 'epoch': 96319, 'avg': 1, 'exp_dir': PosixPath('transducer_stateless/exp-full'), 'bpe_model': './data/lang_bpe_500/bpe.model', 'decoding_method': 'modified_beam_search', 'beam_size': 4, 'context_size': 2, 'max_sym_per_frame': 3, 'full_libri': True, 'manifest_dir': PosixPath('data/fbank'), 'max_duration': 100, 'bucketing_sampler': True, 'num_buckets': 30, 'concatenate_cuts': False, 'duration_factor': 1.0, 'gap': 1.0, 'on_the_fly_feats': False, 'shuffle': True, 'return_cuts': True, 'num_workers': 2, 'enable_spec_aug': True, 'spec_aug_time_warp_factor': 80, 'enable_musan': True, 'res_dir': PosixPath('transducer_stateless/exp-full/modified_beam_search'), 'suffix': 'epoch-96319-avg-1-beam-4', 'blank_id': 0, 'vocab_size': 500}
|
4 |
+
2022-02-08 15:02:46,442 INFO [decode.py:431] About to create model
|
5 |
+
2022-02-08 15:02:46,944 INFO [checkpoint.py:93] Loading checkpoint from transducer_stateless/exp-full/epoch-96319.pt
|
6 |
+
2022-02-08 15:02:54,135 INFO [decode.py:451] Number of model parameters: 84007924
|
7 |
+
2022-02-08 15:02:54,136 INFO [asr_datamodule.py:379] About to get test-clean cuts
|
8 |
+
2022-02-08 15:02:54,361 INFO [asr_datamodule.py:384] About to get test-other cuts
|
9 |
+
2022-02-08 15:02:56,476 INFO [decode.py:339] batch 0/?, cuts processed until now is 20
|
10 |
+
2022-02-08 15:02:59,592 INFO [decode.py:339] batch 2/?, cuts processed until now is 64
|
11 |
+
2022-02-08 15:03:02,556 INFO [decode.py:339] batch 4/?, cuts processed until now is 81
|
12 |
+
2022-02-08 15:03:05,702 INFO [decode.py:339] batch 6/?, cuts processed until now is 121
|
13 |
+
2022-02-08 15:03:08,593 INFO [decode.py:339] batch 8/?, cuts processed until now is 133
|
14 |
+
2022-02-08 15:03:11,594 INFO [decode.py:339] batch 10/?, cuts processed until now is 168
|
15 |
+
2022-02-08 15:03:14,417 INFO [decode.py:339] batch 12/?, cuts processed until now is 202
|
16 |
+
2022-02-08 15:03:17,794 INFO [decode.py:339] batch 14/?, cuts processed until now is 217
|
17 |
+
2022-02-08 15:03:21,310 INFO [decode.py:339] batch 16/?, cuts processed until now is 241
|
18 |
+
2022-02-08 15:03:24,757 INFO [decode.py:339] batch 18/?, cuts processed until now is 267
|
19 |
+
2022-02-08 15:03:28,155 INFO [decode.py:339] batch 20/?, cuts processed until now is 281
|
20 |
+
2022-02-08 15:03:31,318 INFO [decode.py:339] batch 22/?, cuts processed until now is 325
|
21 |
+
2022-02-08 15:03:34,541 INFO [decode.py:339] batch 24/?, cuts processed until now is 349
|
22 |
+
2022-02-08 15:03:37,793 INFO [decode.py:339] batch 26/?, cuts processed until now is 366
|
23 |
+
2022-02-08 15:03:40,934 INFO [decode.py:339] batch 28/?, cuts processed until now is 389
|
24 |
+
2022-02-08 15:03:44,377 INFO [decode.py:339] batch 30/?, cuts processed until now is 410
|
25 |
+
2022-02-08 15:03:47,827 INFO [decode.py:339] batch 32/?, cuts processed until now is 442
|
26 |
+
2022-02-08 15:03:51,072 INFO [decode.py:339] batch 34/?, cuts processed until now is 474
|
27 |
+
2022-02-08 15:03:54,243 INFO [decode.py:339] batch 36/?, cuts processed until now is 498
|
28 |
+
2022-02-08 15:03:57,450 INFO [decode.py:339] batch 38/?, cuts processed until now is 514
|
29 |
+
2022-02-08 15:04:00,771 INFO [decode.py:339] batch 40/?, cuts processed until now is 524
|
30 |
+
2022-02-08 15:04:04,013 INFO [decode.py:339] batch 42/?, cuts processed until now is 564
|
31 |
+
2022-02-08 15:04:07,387 INFO [decode.py:339] batch 44/?, cuts processed until now is 621
|
32 |
+
2022-02-08 15:04:10,900 INFO [decode.py:339] batch 46/?, cuts processed until now is 633
|
33 |
+
2022-02-08 15:04:14,314 INFO [decode.py:339] batch 48/?, cuts processed until now is 648
|
34 |
+
2022-02-08 15:04:17,652 INFO [decode.py:339] batch 50/?, cuts processed until now is 662
|
35 |
+
2022-02-08 15:04:20,921 INFO [decode.py:339] batch 52/?, cuts processed until now is 680
|
36 |
+
2022-02-08 15:04:24,268 INFO [decode.py:339] batch 54/?, cuts processed until now is 708
|
37 |
+
2022-02-08 15:04:27,477 INFO [decode.py:339] batch 56/?, cuts processed until now is 736
|
38 |
+
2022-02-08 15:04:30,715 INFO [decode.py:339] batch 58/?, cuts processed until now is 752
|
39 |
+
2022-02-08 15:04:34,088 INFO [decode.py:339] batch 60/?, cuts processed until now is 819
|
40 |
+
2022-02-08 15:04:37,236 INFO [decode.py:339] batch 62/?, cuts processed until now is 843
|
41 |
+
2022-02-08 15:04:40,590 INFO [decode.py:339] batch 64/?, cuts processed until now is 850
|
42 |
+
2022-02-08 15:04:43,748 INFO [decode.py:339] batch 66/?, cuts processed until now is 880
|
43 |
+
2022-02-08 15:04:47,185 INFO [decode.py:339] batch 68/?, cuts processed until now is 932
|
44 |
+
2022-02-08 15:04:50,488 INFO [decode.py:339] batch 70/?, cuts processed until now is 957
|
45 |
+
2022-02-08 15:04:53,646 INFO [decode.py:339] batch 72/?, cuts processed until now is 996
|
46 |
+
2022-02-08 15:04:56,948 INFO [decode.py:339] batch 74/?, cuts processed until now is 1064
|
47 |
+
2022-02-08 15:05:00,143 INFO [decode.py:339] batch 76/?, cuts processed until now is 1077
|
48 |
+
2022-02-08 15:05:03,320 INFO [decode.py:339] batch 78/?, cuts processed until now is 1114
|
49 |
+
2022-02-08 15:05:06,457 INFO [decode.py:339] batch 80/?, cuts processed until now is 1141
|
50 |
+
2022-02-08 15:05:09,705 INFO [decode.py:339] batch 82/?, cuts processed until now is 1172
|
51 |
+
2022-02-08 15:05:12,839 INFO [decode.py:339] batch 84/?, cuts processed until now is 1180
|
52 |
+
2022-02-08 15:05:15,950 INFO [decode.py:339] batch 86/?, cuts processed until now is 1199
|
53 |
+
2022-02-08 15:05:19,037 INFO [decode.py:339] batch 88/?, cuts processed until now is 1228
|
54 |
+
2022-02-08 15:05:22,442 INFO [decode.py:339] batch 90/?, cuts processed until now is 1245
|
55 |
+
2022-02-08 15:05:25,551 INFO [decode.py:339] batch 92/?, cuts processed until now is 1267
|
56 |
+
2022-02-08 15:05:28,687 INFO [decode.py:339] batch 94/?, cuts processed until now is 1333
|
57 |
+
2022-02-08 15:05:31,751 INFO [decode.py:339] batch 96/?, cuts processed until now is 1363
|
58 |
+
2022-02-08 15:05:33,588 INFO [decode.py:339] batch 98/?, cuts processed until now is 1378
|
59 |
+
2022-02-08 15:05:36,752 INFO [decode.py:339] batch 100/?, cuts processed until now is 1406
|
60 |
+
2022-02-08 15:05:39,953 INFO [decode.py:339] batch 102/?, cuts processed until now is 1420
|
61 |
+
2022-02-08 15:05:43,280 INFO [decode.py:339] batch 104/?, cuts processed until now is 1445
|
62 |
+
2022-02-08 15:05:46,530 INFO [decode.py:339] batch 106/?, cuts processed until now is 1468
|
63 |
+
2022-02-08 15:05:49,800 INFO [decode.py:339] batch 108/?, cuts processed until now is 1494
|
64 |
+
2022-02-08 15:05:53,085 INFO [decode.py:339] batch 110/?, cuts processed until now is 1547
|
65 |
+
2022-02-08 15:05:56,315 INFO [decode.py:339] batch 112/?, cuts processed until now is 1582
|
66 |
+
2022-02-08 15:05:59,451 INFO [decode.py:339] batch 114/?, cuts processed until now is 1615
|
67 |
+
2022-02-08 15:06:02,772 INFO [decode.py:339] batch 116/?, cuts processed until now is 1636
|
68 |
+
2022-02-08 15:06:05,861 INFO [decode.py:339] batch 118/?, cuts processed until now is 1655
|
69 |
+
2022-02-08 15:06:09,111 INFO [decode.py:339] batch 120/?, cuts processed until now is 1696
|
70 |
+
2022-02-08 15:06:12,243 INFO [decode.py:339] batch 122/?, cuts processed until now is 1722
|
71 |
+
2022-02-08 15:06:15,380 INFO [decode.py:339] batch 124/?, cuts processed until now is 1734
|
72 |
+
2022-02-08 15:06:18,599 INFO [decode.py:339] batch 126/?, cuts processed until now is 1755
|
73 |
+
2022-02-08 15:06:21,922 INFO [decode.py:339] batch 128/?, cuts processed until now is 1781
|
74 |
+
2022-02-08 15:06:25,054 INFO [decode.py:339] batch 130/?, cuts processed until now is 1844
|
75 |
+
2022-02-08 15:06:28,177 INFO [decode.py:339] batch 132/?, cuts processed until now is 1886
|
76 |
+
2022-02-08 15:06:31,364 INFO [decode.py:339] batch 134/?, cuts processed until now is 1903
|
77 |
+
2022-02-08 15:06:34,475 INFO [decode.py:339] batch 136/?, cuts processed until now is 1932
|
78 |
+
2022-02-08 15:06:37,782 INFO [decode.py:339] batch 138/?, cuts processed until now is 1951
|
79 |
+
2022-02-08 15:06:40,619 INFO [decode.py:339] batch 140/?, cuts processed until now is 1959
|
80 |
+
2022-02-08 15:06:43,798 INFO [decode.py:339] batch 142/?, cuts processed until now is 2007
|
81 |
+
2022-02-08 15:06:46,957 INFO [decode.py:339] batch 144/?, cuts processed until now is 2035
|
82 |
+
2022-02-08 15:06:50,162 INFO [decode.py:339] batch 146/?, cuts processed until now is 2083
|
83 |
+
2022-02-08 15:06:52,965 INFO [decode.py:339] batch 148/?, cuts processed until now is 2130
|
84 |
+
2022-02-08 15:06:56,214 INFO [decode.py:339] batch 150/?, cuts processed until now is 2139
|
85 |
+
2022-02-08 15:06:59,561 INFO [decode.py:339] batch 152/?, cuts processed until now is 2171
|
86 |
+
2022-02-08 15:07:02,903 INFO [decode.py:339] batch 154/?, cuts processed until now is 2192
|
87 |
+
2022-02-08 15:07:06,351 INFO [decode.py:339] batch 156/?, cuts processed until now is 2208
|
88 |
+
2022-02-08 15:07:09,720 INFO [decode.py:339] batch 158/?, cuts processed until now is 2230
|
89 |
+
2022-02-08 15:07:13,060 INFO [decode.py:339] batch 160/?, cuts processed until now is 2258
|
90 |
+
2022-02-08 15:07:17,718 INFO [decode.py:339] batch 162/?, cuts processed until now is 2274
|
91 |
+
2022-02-08 15:07:22,303 INFO [decode.py:339] batch 164/?, cuts processed until now is 2296
|
92 |
+
2022-02-08 15:07:26,853 INFO [decode.py:339] batch 166/?, cuts processed until now is 2327
|
93 |
+
2022-02-08 15:07:31,411 INFO [decode.py:339] batch 168/?, cuts processed until now is 2351
|
94 |
+
2022-02-08 15:07:35,863 INFO [decode.py:339] batch 170/?, cuts processed until now is 2364
|
95 |
+
2022-02-08 15:07:40,491 INFO [decode.py:339] batch 172/?, cuts processed until now is 2374
|
96 |
+
2022-02-08 15:07:44,856 INFO [decode.py:339] batch 174/?, cuts processed until now is 2399
|
97 |
+
2022-02-08 15:07:49,463 INFO [decode.py:339] batch 176/?, cuts processed until now is 2418
|
98 |
+
2022-02-08 15:07:52,182 INFO [decode.py:339] batch 178/?, cuts processed until now is 2427
|
99 |
+
2022-02-08 15:07:56,442 INFO [decode.py:339] batch 180/?, cuts processed until now is 2440
|
100 |
+
2022-02-08 15:08:00,746 INFO [decode.py:339] batch 182/?, cuts processed until now is 2456
|
101 |
+
2022-02-08 15:08:05,140 INFO [decode.py:339] batch 184/?, cuts processed until now is 2466
|
102 |
+
2022-02-08 15:08:09,355 INFO [decode.py:339] batch 186/?, cuts processed until now is 2479
|
103 |
+
2022-02-08 15:08:12,096 INFO [decode.py:339] batch 188/?, cuts processed until now is 2492
|
104 |
+
2022-02-08 15:08:15,282 INFO [decode.py:339] batch 190/?, cuts processed until now is 2502
|
105 |
+
2022-02-08 15:08:19,906 INFO [decode.py:339] batch 192/?, cuts processed until now is 2520
|
106 |
+
2022-02-08 15:08:22,722 INFO [decode.py:339] batch 194/?, cuts processed until now is 2527
|
107 |
+
2022-02-08 15:08:27,528 INFO [decode.py:339] batch 196/?, cuts processed until now is 2539
|
108 |
+
2022-02-08 15:08:32,351 INFO [decode.py:339] batch 198/?, cuts processed until now is 2551
|
109 |
+
2022-02-08 15:08:37,098 INFO [decode.py:339] batch 200/?, cuts processed until now is 2563
|
110 |
+
2022-02-08 15:08:41,509 INFO [decode.py:339] batch 202/?, cuts processed until now is 2575
|
111 |
+
2022-02-08 15:08:46,018 INFO [decode.py:339] batch 204/?, cuts processed until now is 2587
|
112 |
+
2022-02-08 15:08:50,385 INFO [decode.py:339] batch 206/?, cuts processed until now is 2599
|
113 |
+
2022-02-08 15:08:54,897 INFO [decode.py:339] batch 208/?, cuts processed until now is 2611
|
114 |
+
2022-02-08 15:08:58,059 INFO [decode.py:339] batch 210/?, cuts processed until now is 2620
|
115 |
+
2022-02-08 15:08:58,256 INFO [decode.py:356] The transcripts are stored in transducer_stateless/exp-full/modified_beam_search/recogs-test-clean-beam_4-epoch-96319-avg-1-beam-4.txt
|
116 |
+
2022-02-08 15:08:58,328 INFO [utils.py:404] [test-clean-beam_4] %WER 2.67% [1406 / 52576, 142 ins, 118 del, 1146 sub ]
|
117 |
+
2022-02-08 15:08:58,652 INFO [decode.py:369] Wrote detailed error stats to transducer_stateless/exp-full/modified_beam_search/errs-test-clean-beam_4-epoch-96319-avg-1-beam-4.txt
|
118 |
+
2022-02-08 15:08:58,653 INFO [decode.py:386]
|
119 |
+
For test-clean, WER of different settings are:
|
120 |
+
beam_4 2.67 best for test-clean
|
121 |
+
|
122 |
+
2022-02-08 15:09:01,446 INFO [decode.py:339] batch 0/?, cuts processed until now is 23
|
123 |
+
2022-02-08 15:09:05,954 INFO [decode.py:339] batch 2/?, cuts processed until now is 71
|
124 |
+
2022-02-08 15:09:10,732 INFO [decode.py:339] batch 4/?, cuts processed until now is 92
|
125 |
+
2022-02-08 15:09:15,067 INFO [decode.py:339] batch 6/?, cuts processed until now is 134
|
126 |
+
2022-02-08 15:09:19,844 INFO [decode.py:339] batch 8/?, cuts processed until now is 150
|
127 |
+
2022-02-08 15:09:24,269 INFO [decode.py:339] batch 10/?, cuts processed until now is 190
|
128 |
+
2022-02-08 15:09:28,328 INFO [decode.py:339] batch 12/?, cuts processed until now is 225
|
129 |
+
2022-02-08 15:09:32,477 INFO [decode.py:339] batch 14/?, cuts processed until now is 240
|
130 |
+
2022-02-08 15:09:36,921 INFO [decode.py:339] batch 16/?, cuts processed until now is 266
|
131 |
+
2022-02-08 15:09:41,541 INFO [decode.py:339] batch 18/?, cuts processed until now is 296
|
132 |
+
2022-02-08 15:09:46,135 INFO [decode.py:339] batch 20/?, cuts processed until now is 312
|
133 |
+
2022-02-08 15:09:50,781 INFO [decode.py:339] batch 22/?, cuts processed until now is 360
|
134 |
+
2022-02-08 15:09:55,206 INFO [decode.py:339] batch 24/?, cuts processed until now is 387
|
135 |
+
2022-02-08 15:09:59,986 INFO [decode.py:339] batch 26/?, cuts processed until now is 406
|
136 |
+
2022-02-08 15:10:04,632 INFO [decode.py:339] batch 28/?, cuts processed until now is 433
|
137 |
+
2022-02-08 15:10:08,980 INFO [decode.py:339] batch 30/?, cuts processed until now is 457
|
138 |
+
2022-02-08 15:10:13,589 INFO [decode.py:339] batch 32/?, cuts processed until now is 494
|
139 |
+
2022-02-08 15:10:17,906 INFO [decode.py:339] batch 34/?, cuts processed until now is 540
|
140 |
+
2022-02-08 15:10:22,305 INFO [decode.py:339] batch 36/?, cuts processed until now is 568
|
141 |
+
2022-02-08 15:10:26,941 INFO [decode.py:339] batch 38/?, cuts processed until now is 587
|
142 |
+
2022-02-08 15:10:31,546 INFO [decode.py:339] batch 40/?, cuts processed until now is 598
|
143 |
+
2022-02-08 15:10:35,813 INFO [decode.py:339] batch 42/?, cuts processed until now is 640
|
144 |
+
2022-02-08 15:10:40,082 INFO [decode.py:339] batch 44/?, cuts processed until now is 700
|
145 |
+
2022-02-08 15:10:44,907 INFO [decode.py:339] batch 46/?, cuts processed until now is 715
|
146 |
+
2022-02-08 15:10:49,646 INFO [decode.py:339] batch 48/?, cuts processed until now is 733
|
147 |
+
2022-02-08 15:10:53,850 INFO [decode.py:339] batch 50/?, cuts processed until now is 749
|
148 |
+
2022-02-08 15:10:58,241 INFO [decode.py:339] batch 52/?, cuts processed until now is 769
|
149 |
+
2022-02-08 15:11:03,165 INFO [decode.py:339] batch 54/?, cuts processed until now is 801
|
150 |
+
2022-02-08 15:11:08,007 INFO [decode.py:339] batch 56/?, cuts processed until now is 833
|
151 |
+
2022-02-08 15:11:12,790 INFO [decode.py:339] batch 58/?, cuts processed until now is 853
|
152 |
+
2022-02-08 15:11:17,450 INFO [decode.py:339] batch 60/?, cuts processed until now is 922
|
153 |
+
2022-02-08 15:11:22,140 INFO [decode.py:339] batch 62/?, cuts processed until now is 950
|
154 |
+
2022-02-08 15:11:26,490 INFO [decode.py:339] batch 64/?, cuts processed until now is 958
|
155 |
+
2022-02-08 15:11:30,373 INFO [decode.py:339] batch 66/?, cuts processed until now is 992
|
156 |
+
2022-02-08 15:11:33,706 INFO [decode.py:339] batch 68/?, cuts processed until now is 1046
|
157 |
+
2022-02-08 15:11:36,861 INFO [decode.py:339] batch 70/?, cuts processed until now is 1074
|
158 |
+
2022-02-08 15:11:40,298 INFO [decode.py:339] batch 72/?, cuts processed until now is 1119
|
159 |
+
2022-02-08 15:11:43,965 INFO [decode.py:339] batch 74/?, cuts processed until now is 1188
|
160 |
+
2022-02-08 15:11:48,201 INFO [decode.py:339] batch 76/?, cuts processed until now is 1203
|
161 |
+
2022-02-08 15:11:52,880 INFO [decode.py:339] batch 78/?, cuts processed until now is 1243
|
162 |
+
2022-02-08 15:11:57,681 INFO [decode.py:339] batch 80/?, cuts processed until now is 1274
|
163 |
+
2022-02-08 15:12:02,334 INFO [decode.py:339] batch 82/?, cuts processed until now is 1310
|
164 |
+
2022-02-08 15:12:07,191 INFO [decode.py:339] batch 84/?, cuts processed until now is 1320
|
165 |
+
2022-02-08 15:12:11,806 INFO [decode.py:339] batch 86/?, cuts processed until now is 1343
|
166 |
+
2022-02-08 15:12:17,493 INFO [decode.py:339] batch 88/?, cuts processed until now is 1377
|
167 |
+
2022-02-08 15:12:23,258 INFO [decode.py:339] batch 90/?, cuts processed until now is 1422
|
168 |
+
2022-02-08 15:12:28,974 INFO [decode.py:339] batch 92/?, cuts processed until now is 1448
|
169 |
+
2022-02-08 15:12:34,794 INFO [decode.py:339] batch 94/?, cuts processed until now is 1514
|
170 |
+
2022-02-08 15:12:40,548 INFO [decode.py:339] batch 96/?, cuts processed until now is 1547
|
171 |
+
2022-02-08 15:12:45,287 INFO [decode.py:339] batch 98/?, cuts processed until now is 1594
|
172 |
+
2022-02-08 15:12:50,924 INFO [decode.py:339] batch 100/?, cuts processed until now is 1614
|
173 |
+
2022-02-08 15:12:56,582 INFO [decode.py:339] batch 102/?, cuts processed until now is 1631
|
174 |
+
2022-02-08 15:13:02,585 INFO [decode.py:339] batch 104/?, cuts processed until now is 1660
|
175 |
+
2022-02-08 15:13:08,206 INFO [decode.py:339] batch 106/?, cuts processed until now is 1686
|
176 |
+
2022-02-08 15:13:13,925 INFO [decode.py:339] batch 108/?, cuts processed until now is 1716
|
177 |
+
2022-02-08 15:13:19,822 INFO [decode.py:339] batch 110/?, cuts processed until now is 1774
|
178 |
+
2022-02-08 15:13:25,490 INFO [decode.py:339] batch 112/?, cuts processed until now is 1812
|
179 |
+
2022-02-08 15:13:31,213 INFO [decode.py:339] batch 114/?, cuts processed until now is 1849
|
180 |
+
2022-02-08 15:13:36,789 INFO [decode.py:339] batch 116/?, cuts processed until now is 1872
|
181 |
+
2022-02-08 15:13:42,489 INFO [decode.py:339] batch 118/?, cuts processed until now is 1894
|
182 |
+
2022-02-08 15:13:48,317 INFO [decode.py:339] batch 120/?, cuts processed until now is 1938
|
183 |
+
2022-02-08 15:13:54,154 INFO [decode.py:339] batch 122/?, cuts processed until now is 1968
|
184 |
+
2022-02-08 15:13:59,685 INFO [decode.py:339] batch 124/?, cuts processed until now is 1982
|
185 |
+
2022-02-08 15:14:05,540 INFO [decode.py:339] batch 126/?, cuts processed until now is 2007
|
186 |
+
2022-02-08 15:14:11,385 INFO [decode.py:339] batch 128/?, cuts processed until now is 2037
|
187 |
+
2022-02-08 15:14:17,190 INFO [decode.py:339] batch 130/?, cuts processed until now is 2105
|
188 |
+
2022-02-08 15:14:23,009 INFO [decode.py:339] batch 132/?, cuts processed until now is 2152
|
189 |
+
2022-02-08 15:14:28,519 INFO [decode.py:339] batch 134/?, cuts processed until now is 2172
|
190 |
+
2022-02-08 15:14:34,442 INFO [decode.py:339] batch 136/?, cuts processed until now is 2206
|
191 |
+
2022-02-08 15:14:40,272 INFO [decode.py:339] batch 138/?, cuts processed until now is 2228
|
192 |
+
2022-02-08 15:14:45,560 INFO [decode.py:339] batch 140/?, cuts processed until now is 2238
|
193 |
+
2022-02-08 15:14:50,995 INFO [decode.py:339] batch 142/?, cuts processed until now is 2290
|
194 |
+
2022-02-08 15:14:56,413 INFO [decode.py:339] batch 144/?, cuts processed until now is 2321
|
195 |
+
2022-02-08 15:15:00,513 INFO [decode.py:339] batch 146/?, cuts processed until now is 2353
|
196 |
+
2022-02-08 15:15:06,270 INFO [decode.py:339] batch 148/?, cuts processed until now is 2410
|
197 |
+
2022-02-08 15:15:11,527 INFO [decode.py:339] batch 150/?, cuts processed until now is 2420
|
198 |
+
2022-02-08 15:15:17,316 INFO [decode.py:339] batch 152/?, cuts processed until now is 2456
|
199 |
+
2022-02-08 15:15:22,690 INFO [decode.py:339] batch 154/?, cuts processed until now is 2479
|
200 |
+
2022-02-08 15:15:27,952 INFO [decode.py:339] batch 156/?, cuts processed until now is 2496
|
201 |
+
2022-02-08 15:15:31,614 INFO [decode.py:339] batch 158/?, cuts processed until now is 2513
|
202 |
+
2022-02-08 15:15:37,381 INFO [decode.py:339] batch 160/?, cuts processed until now is 2531
|
203 |
+
2022-02-08 15:15:42,952 INFO [decode.py:339] batch 162/?, cuts processed until now is 2555
|
204 |
+
2022-02-08 15:15:48,693 INFO [decode.py:339] batch 164/?, cuts processed until now is 2587
|
205 |
+
2022-02-08 15:15:54,257 INFO [decode.py:339] batch 166/?, cuts processed until now is 2621
|
206 |
+
2022-02-08 15:16:00,011 INFO [decode.py:339] batch 168/?, cuts processed until now is 2650
|
207 |
+
2022-02-08 15:16:03,512 INFO [decode.py:339] batch 170/?, cuts processed until now is 2661
|
208 |
+
2022-02-08 15:16:09,333 INFO [decode.py:339] batch 172/?, cuts processed until now is 2673
|
209 |
+
2022-02-08 15:16:15,092 INFO [decode.py:339] batch 174/?, cuts processed until now is 2698
|
210 |
+
2022-02-08 15:16:21,013 INFO [decode.py:339] batch 176/?, cuts processed until now is 2721
|
211 |
+
2022-02-08 15:16:26,693 INFO [decode.py:339] batch 178/?, cuts processed until now is 2737
|
212 |
+
2022-02-08 15:16:30,889 INFO [decode.py:339] batch 180/?, cuts processed until now is 2758
|
213 |
+
2022-02-08 15:16:36,507 INFO [decode.py:339] batch 182/?, cuts processed until now is 2770
|
214 |
+
2022-02-08 15:16:42,082 INFO [decode.py:339] batch 184/?, cuts processed until now is 2786
|
215 |
+
2022-02-08 15:16:47,382 INFO [decode.py:339] batch 186/?, cuts processed until now is 2805
|
216 |
+
2022-02-08 15:16:52,538 INFO [decode.py:339] batch 188/?, cuts processed until now is 2817
|
217 |
+
2022-02-08 15:16:55,431 INFO [decode.py:339] batch 190/?, cuts processed until now is 2825
|
218 |
+
2022-02-08 15:17:00,198 INFO [decode.py:339] batch 192/?, cuts processed until now is 2843
|
219 |
+
2022-02-08 15:17:06,167 INFO [decode.py:339] batch 194/?, cuts processed until now is 2857
|
220 |
+
2022-02-08 15:17:11,892 INFO [decode.py:339] batch 196/?, cuts processed until now is 2871
|
221 |
+
2022-02-08 15:17:17,543 INFO [decode.py:339] batch 198/?, cuts processed until now is 2885
|
222 |
+
2022-02-08 15:17:23,105 INFO [decode.py:339] batch 200/?, cuts processed until now is 2899
|
223 |
+
2022-02-08 15:17:28,612 INFO [decode.py:339] batch 202/?, cuts processed until now is 2913
|
224 |
+
2022-02-08 15:17:33,978 INFO [decode.py:339] batch 204/?, cuts processed until now is 2927
|
225 |
+
2022-02-08 15:17:38,612 INFO [decode.py:339] batch 206/?, cuts processed until now is 2939
|
226 |
+
2022-02-08 15:17:38,816 INFO [decode.py:356] The transcripts are stored in transducer_stateless/exp-full/modified_beam_search/recogs-test-other-beam_4-epoch-96319-avg-1-beam-4.txt
|
227 |
+
2022-02-08 15:17:38,891 INFO [utils.py:404] [test-other-beam_4] %WER 6.57% [3440 / 52343, 374 ins, 297 del, 2769 sub ]
|
228 |
+
2022-02-08 15:17:39,114 INFO [decode.py:369] Wrote detailed error stats to transducer_stateless/exp-full/modified_beam_search/errs-test-other-beam_4-epoch-96319-avg-1-beam-4.txt
|
229 |
+
2022-02-08 15:17:39,115 INFO [decode.py:386]
|
230 |
+
For test-other, WER of different settings are:
|
231 |
+
beam_4 6.57 best for test-other
|
232 |
+
|
233 |
+
2022-02-08 15:17:39,115 INFO [decode.py:478] Done!
|
log/{recogs-test-clean-beam_4-epoch-96118-avg-1-beam-4.txt β recogs-test-clean-beam_4-epoch-96319-avg-1-beam-4.txt}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
log/{recogs-test-clean-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-1.txt β recogs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-1.txt}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
log/{recogs-test-clean-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-3.txt β recogs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-2.txt}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
log/{recogs-test-clean-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-2.txt β recogs-test-clean-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-3.txt}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
log/{recogs-test-other-beam_4-epoch-96118-avg-1-beam-4.txt β recogs-test-other-beam_4-epoch-96319-avg-1-beam-4.txt}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
log/{recogs-test-other-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-1.txt β recogs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-1.txt}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
log/{recogs-test-other-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-2.txt β recogs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-2.txt}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|
log/{recogs-test-other-greedy_search-epoch-61-avg-18-context-2-max-sym-per-frame-3.txt β recogs-test-other-greedy_search-epoch-63-avg-19-context-2-max-sym-per-frame-3.txt}
RENAMED
The diff for this file is too large to render.
See raw diff
|
|