csukuangfj commited on
Commit
a8764d3
1 Parent(s): e378404

add greedy search results.

Browse files
decoding_results/greedy_search/errs-test-clean-greedy_search-epoch-39-avg-13-context-2-max-sym-per-frame-1-use-averaged-model.txt ADDED
The diff for this file is too large to render. See raw diff
 
decoding_results/greedy_search/errs-test-other-greedy_search-epoch-39-avg-13-context-2-max-sym-per-frame-1-use-averaged-model.txt ADDED
The diff for this file is too large to render. See raw diff
 
decoding_results/greedy_search/log-decode-epoch-39-avg-13-context-2-max-sym-per-frame-1-use-averaged-model-2022-05-16-10-47-59 ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2022-05-16 10:47:59,267 INFO [decode.py:496] Decoding started
2
+ 2022-05-16 10:47:59,267 INFO [decode.py:502] Device: cuda:0
3
+ 2022-05-16 10:47:59,270 INFO [decode.py:512] {'best_train_loss': inf, 'best_valid_loss': inf, 'best_train_epoch': -1, 'best_valid_epoch': -1, 'batch_idx_train': 0, 'log_interval': 50, 'reset_interval': 200, 'valid_interval': 3000, 'feature_dim': 80, 'subsampling_factor': 4, 'model_warm_step': 3000, 'env_info': {'k2-version': '1.15.1', 'k2-build-type': 'Release', 'k2-with-cuda': True, 'k2-git-sha1': 'f8d2dba06c000ffee36aab5b66f24e7c9809f116', 'k2-git-date': 'Thu Apr 21 12:20:34 2022', 'lhotse-version': '1.1.0.dev+missing.version.file', 'torch-version': '1.10.0+cu102', 'torch-cuda-available': True, 'torch-cuda-version': '10.2', 'python-version': '3.8', 'icefall-git-branch': 'deeper-conformer-without-random-combiner', 'icefall-git-sha1': '2ce48a2-dirty', 'icefall-git-date': 'Fri May 13 23:22:30 2022', 'icefall-path': '/ceph-fj/fangjun/open-source-2/icefall-deeper-conformer-2', 'k2-path': '/ceph-fj/fangjun/open-source-2/k2-multi-22/k2/python/k2/__init__.py', 'lhotse-path': '/ceph-fj/fangjun/open-source-2/lhotse-multi-3/lhotse/__init__.py', 'hostname': 'de-74279-k2-train-2-0307200233-b554c565c-lf9qd', 'IP address': '10.177.74.201'}, 'epoch': 39, 'iter': 0, 'avg': 13, 'use_averaged_model': True, 'exp_dir': PosixPath('pruned_transducer_stateless5/exp-L'), 'bpe_model': 'data/lang_bpe_500/bpe.model', 'decoding_method': 'greedy_search', 'beam_size': 4, 'beam': 4, 'max_contexts': 4, 'max_states': 8, 'context_size': 2, 'max_sym_per_frame': 1, 'num_encoder_layers': 18, 'dim_feedforward': 2048, 'nhead': 8, 'encoder_dim': 512, 'decoder_dim': 512, 'joiner_dim': 512, 'full_libri': True, 'manifest_dir': PosixPath('data/fbank'), 'max_duration': 600, '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_stateless5/exp-L/greedy_search'), 'suffix': 'epoch-39-avg-13-context-2-max-sym-per-frame-1-use-averaged-model', 'blank_id': 0, 'unk_id': 2, 'vocab_size': 500}
4
+ 2022-05-16 10:47:59,270 INFO [decode.py:514] About to create model
5
+ 2022-05-16 10:47:59,892 INFO [decode.py:581] Calculating the averaged model over epoch range from 26 (excluded) to 39
6
+ 2022-05-16 10:48:17,473 INFO [decode.py:603] Number of model parameters: 116553580
7
+ 2022-05-16 10:48:17,473 INFO [asr_datamodule.py:422] About to get test-clean cuts
8
+ 2022-05-16 10:48:17,670 INFO [asr_datamodule.py:427] About to get test-other cuts
9
+ 2022-05-16 10:48:18,846 INFO [decode.py:407] batch 0/?, cuts processed until now is 123
10
+ 2022-05-16 10:48:40,986 INFO [decode.py:424] The transcripts are stored in pruned_transducer_stateless5/exp-L/greedy_search/recogs-test-clean-greedy_search-epoch-39-avg-13-context-2-max-sym-per-frame-1-use-averaged-model.txt
11
+ 2022-05-16 10:48:41,055 INFO [utils.py:405] [test-clean-greedy_search] %WER 2.42% [1274 / 52576, 133 ins, 99 del, 1042 sub ]
12
+ 2022-05-16 10:48:41,220 INFO [decode.py:437] Wrote detailed error stats to pruned_transducer_stateless5/exp-L/greedy_search/errs-test-clean-greedy_search-epoch-39-avg-13-context-2-max-sym-per-frame-1-use-averaged-model.txt
13
+ 2022-05-16 10:48:41,221 INFO [decode.py:454]
14
+ For test-clean, WER of different settings are:
15
+ greedy_search 2.42 best for test-clean
16
+
17
+ 2022-05-16 10:48:42,254 INFO [decode.py:407] batch 0/?, cuts processed until now is 138
18
+ 2022-05-16 10:49:09,808 INFO [decode.py:424] The transcripts are stored in pruned_transducer_stateless5/exp-L/greedy_search/recogs-test-other-greedy_search-epoch-39-avg-13-context-2-max-sym-per-frame-1-use-averaged-model.txt
19
+ 2022-05-16 10:49:09,877 INFO [utils.py:405] [test-other-greedy_search] %WER 5.77% [3021 / 52343, 286 ins, 295 del, 2440 sub ]
20
+ 2022-05-16 10:49:10,052 INFO [decode.py:437] Wrote detailed error stats to pruned_transducer_stateless5/exp-L/greedy_search/errs-test-other-greedy_search-epoch-39-avg-13-context-2-max-sym-per-frame-1-use-averaged-model.txt
21
+ 2022-05-16 10:49:10,052 INFO [decode.py:454]
22
+ For test-other, WER of different settings are:
23
+ greedy_search 5.77 best for test-other
24
+
25
+ 2022-05-16 10:49:10,052 INFO [decode.py:631] Done!
decoding_results/greedy_search/recogs-test-clean-greedy_search-epoch-39-avg-13-context-2-max-sym-per-frame-1-use-averaged-model.txt ADDED
The diff for this file is too large to render. See raw diff
 
decoding_results/greedy_search/recogs-test-other-greedy_search-epoch-39-avg-13-context-2-max-sym-per-frame-1-use-averaged-model.txt ADDED
The diff for this file is too large to render. See raw diff