luomingshuang commited on
Commit
e4be24d
1 Parent(s): 70628de

add fast beam search results for log

Browse files
log/fast_beam_search/errs-dev-beam_4.0_max_contexts_4_max_states_8-epoch-29-avg-13-beam-4.0-max-contexts-4-max-states-8.txt ADDED
The diff for this file is too large to render. See raw diff
 
log/fast_beam_search/errs-test-beam_4.0_max_contexts_4_max_states_8-epoch-29-avg-13-beam-4.0-max-contexts-4-max-states-8.txt ADDED
The diff for this file is too large to render. See raw diff
 
log/fast_beam_search/log-decode-epoch-29-avg-13-beam-4.0-max-contexts-4-max-states-8-2022-03-24-20-43-35 ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2022-03-24 20:43:35,466 INFO [decode.py:522] Decoding started
2
+ 2022-03-24 20:43:35,552 INFO [decode.py:528] Device: cuda:0
3
+ 2022-03-24 20:43:35,556 INFO [decode.py:538] {'feature_dim': 80, 'subsampling_factor': 4, 'attention_dim': 512, 'nhead': 8, 'dim_feedforward': 2048, 'num_encoder_layers': 12, 'vgg_frontend': False, 'embedding_dim': 512, 'epoch': 29, 'avg': 13, 'exp_dir': PosixPath('pruned_transducer_stateless/exp'), 'bpe_model': 'data/lang_bpe_500/bpe.model', 'decoding_method': 'fast_beam_search', 'beam_size': 4, 'beam': 4.0, 'max_contexts': 4, 'max_states': 8, 'context_size': 2, 'max_sym_per_frame': 3, 'manifest_dir': PosixPath('data/fbank'), 'max_duration': 1500, '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('pruned_transducer_stateless/exp/fast_beam_search'), 'suffix': 'epoch-29-avg-13-beam-4.0-max-contexts-4-max-states-8', 'blank_id': 0, 'unk_id': 2, 'vocab_size': 500}
4
+ 2022-03-24 20:43:35,556 INFO [decode.py:540] About to create model
5
+ 2022-03-24 20:43:36,321 INFO [decode.py:551] averaging ['pruned_transducer_stateless/exp/epoch-17.pt', 'pruned_transducer_stateless/exp/epoch-18.pt', 'pruned_transducer_stateless/exp/epoch-19.pt', 'pruned_transducer_stateless/exp/epoch-20.pt', 'pruned_transducer_stateless/exp/epoch-21.pt', 'pruned_transducer_stateless/exp/epoch-22.pt', 'pruned_transducer_stateless/exp/epoch-23.pt', 'pruned_transducer_stateless/exp/epoch-24.pt', 'pruned_transducer_stateless/exp/epoch-25.pt', 'pruned_transducer_stateless/exp/epoch-26.pt', 'pruned_transducer_stateless/exp/epoch-27.pt', 'pruned_transducer_stateless/exp/epoch-28.pt', 'pruned_transducer_stateless/exp/epoch-29.pt']
6
+ 2022-03-24 20:43:51,722 INFO [decode.py:565] Number of model parameters: 84514780
7
+ 2022-03-24 20:43:51,722 INFO [asr_datamodule.py:357] About to get dev cuts
8
+ 2022-03-24 20:43:51,760 INFO [asr_datamodule.py:362] About to get test cuts
9
+ 2022-03-24 20:43:51,843 INFO [asr_datamodule.py:300] About to create dev dataset
10
+ 2022-03-24 20:43:51,844 INFO [asr_datamodule.py:319] About to create dev dataloader
11
+ 2022-03-24 20:43:53,486 INFO [decode.py:442] batch 0/?, cuts processed until now is 51
12
+ 2022-03-24 20:43:55,643 INFO [decode.py:442] batch 2/?, cuts processed until now is 152
13
+ 2022-03-24 20:43:59,330 INFO [decode.py:442] batch 4/?, cuts processed until now is 254
14
+ 2022-03-24 20:44:02,296 INFO [decode.py:442] batch 6/?, cuts processed until now is 356
15
+ 2022-03-24 20:44:08,115 INFO [decode.py:442] batch 8/?, cuts processed until now is 457
16
+ 2022-03-24 20:44:09,186 INFO [decode.py:459] The transcripts are stored in pruned_transducer_stateless/exp/fast_beam_search/recogs-dev-beam_4.0_max_contexts_4_max_states_8-epoch-29-avg-13-beam-4.0-max-contexts-4-max-states-8.txt
17
+ 2022-03-24 20:44:09,221 INFO [utils.py:406] [dev-beam_4.0_max_contexts_4_max_states_8] %WER 7.14% [1301 / 18226, 165 ins, 472 del, 664 sub ]
18
+ 2022-03-24 20:44:09,327 INFO [decode.py:472] Wrote detailed error stats to pruned_transducer_stateless/exp/fast_beam_search/errs-dev-beam_4.0_max_contexts_4_max_states_8-epoch-29-avg-13-beam-4.0-max-contexts-4-max-states-8.txt
19
+ 2022-03-24 20:44:09,328 INFO [decode.py:489]
20
+ For dev, WER of different settings are:
21
+ beam_4.0_max_contexts_4_max_states_8 7.14 best for dev
22
+
23
+ 2022-03-24 20:44:11,380 INFO [decode.py:442] batch 0/?, cuts processed until now is 115
24
+ 2022-03-24 20:44:13,995 INFO [decode.py:442] batch 2/?, cuts processed until now is 346
25
+ 2022-03-24 20:44:18,636 INFO [decode.py:442] batch 4/?, cuts processed until now is 578
26
+ 2022-03-24 20:44:21,496 INFO [decode.py:442] batch 6/?, cuts processed until now is 809
27
+ 2022-03-24 20:44:29,335 INFO [decode.py:442] batch 8/?, cuts processed until now is 1013
28
+ 2022-03-24 20:44:31,602 INFO [decode.py:442] batch 10/?, cuts processed until now is 1155
29
+ 2022-03-24 20:44:31,761 INFO [decode.py:459] The transcripts are stored in pruned_transducer_stateless/exp/fast_beam_search/recogs-test-beam_4.0_max_contexts_4_max_states_8-epoch-29-avg-13-beam-4.0-max-contexts-4-max-states-8.txt
30
+ 2022-03-24 20:44:31,814 INFO [utils.py:406] [test-beam_4.0_max_contexts_4_max_states_8] %WER 6.50% [1848 / 28430, 191 ins, 747 del, 910 sub ]
31
+ 2022-03-24 20:44:31,972 INFO [decode.py:472] Wrote detailed error stats to pruned_transducer_stateless/exp/fast_beam_search/errs-test-beam_4.0_max_contexts_4_max_states_8-epoch-29-avg-13-beam-4.0-max-contexts-4-max-states-8.txt
32
+ 2022-03-24 20:44:31,973 INFO [decode.py:489]
33
+ For test, WER of different settings are:
34
+ beam_4.0_max_contexts_4_max_states_8 6.5 best for test
35
+
36
+ 2022-03-24 20:44:31,973 INFO [decode.py:592] Done!
log/fast_beam_search/recogs-dev-beam_4.0_max_contexts_4_max_states_8-epoch-29-avg-13-beam-4.0-max-contexts-4-max-states-8.txt ADDED
The diff for this file is too large to render. See raw diff
 
log/fast_beam_search/recogs-test-beam_4.0_max_contexts_4_max_states_8-epoch-29-avg-13-beam-4.0-max-contexts-4-max-states-8.txt ADDED
The diff for this file is too large to render. See raw diff
 
log/fast_beam_search/wer-summary-dev-beam_4.0_max_contexts_4_max_states_8-epoch-29-avg-13-beam-4.0-max-contexts-4-max-states-8.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ settings WER
2
+ beam_4.0_max_contexts_4_max_states_8 7.14
log/fast_beam_search/wer-summary-test-beam_4.0_max_contexts_4_max_states_8-epoch-29-avg-13-beam-4.0-max-contexts-4-max-states-8.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ settings WER
2
+ beam_4.0_max_contexts_4_max_states_8 6.5