csukuangfj commited on
Commit
79acefe
1 Parent(s): 03e1fd8

Results for greedy search.

Browse files
decoding-results/greedy_search/errs-test-clean-greedy_search-epoch-39-avg-7-context-2-max-sym-per-frame-1.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-7-context-2-max-sym-per-frame-1.txt ADDED
The diff for this file is too large to render. See raw diff
 
decoding-results/greedy_search/log-decode-epoch-39-avg-7-context-2-max-sym-per-frame-1-2022-05-13-08-02-15 ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2022-05-13 08:02:15,137 INFO [decode.py:479] Decoding started
2
+ 2022-05-13 08:02:15,137 INFO [decode.py:485] Device: cuda:0
3
+ 2022-05-13 08:02:15,141 INFO [decode.py:495] {'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.14', 'k2-build-type': 'Release', 'k2-with-cuda': True, 'k2-git-sha1': '3b83183234d0f1d8391872630551c5af7c491ed2', 'k2-git-date': 'Tue Apr 12 08:26:41 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', 'icefall-git-sha1': '994b8a7-clean', 'icefall-git-date': 'Fri May 13 07:41:50 2022', 'icefall-path': '/ceph-fj/fangjun/open-source-2/icefall-deeper-conformer', 'k2-path': '/ceph-fj/fangjun/open-source-2/k2-multi-2/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': 7, '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-7-context-2-max-sym-per-frame-1', 'blank_id': 0, 'unk_id': 2, 'vocab_size': 500}
4
+ 2022-05-13 08:02:15,141 INFO [decode.py:497] About to create model
5
+ 2022-05-13 08:02:15,737 INFO [decode.py:525] averaging ['pruned_transducer_stateless5/exp-L/epoch-33.pt', 'pruned_transducer_stateless5/exp-L/epoch-34.pt', 'pruned_transducer_stateless5/exp-L/epoch-35.pt', 'pruned_transducer_stateless5/exp-L/epoch-36.pt', 'pruned_transducer_stateless5/exp-L/epoch-37.pt', 'pruned_transducer_stateless5/exp-L/epoch-38.pt', 'pruned_transducer_stateless5/exp-L/epoch-39.pt']
6
+ 2022-05-13 08:02:40,843 INFO [decode.py:539] Number of model parameters: 118129516
7
+ 2022-05-13 08:02:40,843 INFO [asr_datamodule.py:422] About to get test-clean cuts
8
+ 2022-05-13 08:02:40,954 INFO [asr_datamodule.py:427] About to get test-other cuts
9
+ 2022-05-13 08:02:42,252 INFO [decode.py:393] batch 0/?, cuts processed until now is 123
10
+ 2022-05-13 08:03:06,174 INFO [decode.py:410] The transcripts are stored in pruned_transducer_stateless5/exp-L/greedy_search/recogs-test-clean-greedy_search-epoch-39-avg-7-context-2-max-sym-per-frame-1.txt
11
+ 2022-05-13 08:03:06,270 INFO [utils.py:405] [test-clean-greedy_search] %WER 2.39% [1259 / 52576, 137 ins, 102 del, 1020 sub ]
12
+ 2022-05-13 08:03:06,455 INFO [decode.py:423] Wrote detailed error stats to pruned_transducer_stateless5/exp-L/greedy_search/errs-test-clean-greedy_search-epoch-39-avg-7-context-2-max-sym-per-frame-1.txt
13
+ 2022-05-13 08:03:06,455 INFO [decode.py:440]
14
+ For test-clean, WER of different settings are:
15
+ greedy_search 2.39 best for test-clean
16
+
17
+ 2022-05-13 08:03:07,603 INFO [decode.py:393] batch 0/?, cuts processed until now is 138
18
+ 2022-05-13 08:03:34,096 INFO [decode.py:410] The transcripts are stored in pruned_transducer_stateless5/exp-L/greedy_search/recogs-test-other-greedy_search-epoch-39-avg-7-context-2-max-sym-per-frame-1.txt
19
+ 2022-05-13 08:03:34,189 INFO [utils.py:405] [test-other-greedy_search] %WER 5.57% [2916 / 52343, 283 ins, 264 del, 2369 sub ]
20
+ 2022-05-13 08:03:34,363 INFO [decode.py:423] Wrote detailed error stats to pruned_transducer_stateless5/exp-L/greedy_search/errs-test-other-greedy_search-epoch-39-avg-7-context-2-max-sym-per-frame-1.txt
21
+ 2022-05-13 08:03:34,363 INFO [decode.py:440]
22
+ For test-other, WER of different settings are:
23
+ greedy_search 5.57 best for test-other
24
+
25
+ 2022-05-13 08:03:34,363 INFO [decode.py:567] Done!
decoding-results/greedy_search/recogs-test-clean-greedy_search-epoch-39-avg-7-context-2-max-sym-per-frame-1.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-7-context-2-max-sym-per-frame-1.txt ADDED
The diff for this file is too large to render. See raw diff