mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-10 18:42:19 +00:00
update streaming decoding file
This commit is contained in:
parent
d24f1e1bae
commit
ed5fa02c5c
@ -0,0 +1,2 @@
|
|||||||
|
2024-07-29 17:52:11,668 INFO [streaming_decode.py:736] Decoding started
|
||||||
|
2024-07-29 17:52:11,669 INFO [streaming_decode.py:742] Device: cuda:0
|
@ -0,0 +1,2 @@
|
|||||||
|
2024-07-29 17:54:22,556 INFO [streaming_decode.py:736] Decoding started
|
||||||
|
2024-07-29 17:54:22,556 INFO [streaming_decode.py:742] Device: cuda:0
|
@ -0,0 +1,2 @@
|
|||||||
|
2024-07-29 17:55:15,276 INFO [streaming_decode.py:736] Decoding started
|
||||||
|
2024-07-29 17:55:15,277 INFO [streaming_decode.py:742] Device: cuda:0
|
@ -0,0 +1,2 @@
|
|||||||
|
2024-07-29 17:59:02,028 INFO [streaming_decode.py:736] Decoding started
|
||||||
|
2024-07-29 17:59:02,029 INFO [streaming_decode.py:742] Device: cuda:0
|
@ -0,0 +1,5 @@
|
|||||||
|
2024-07-29 18:01:06,736 INFO [streaming_decode.py:736] Decoding started
|
||||||
|
2024-07-29 18:01:06,736 INFO [streaming_decode.py:742] Device: cuda:0
|
||||||
|
2024-07-29 18:01:06,740 INFO [streaming_decode.py:753] {'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, 'warm_step': 2000, 'env_info': {'k2-version': '1.24.4', 'k2-build-type': 'Release', 'k2-with-cuda': True, 'k2-git-sha1': '8f976a1e1407e330e2a233d68f81b1eb5269fdaa', 'k2-git-date': 'Thu Jun 6 02:13:08 2024', 'lhotse-version': '1.26.0.dev+git.bd12d5d.clean', 'torch-version': '2.3.1+cu121', 'torch-cuda-available': True, 'torch-cuda-version': '12.1', 'python-version': '3.10', 'icefall-git-branch': 'jp-streaming', 'icefall-git-sha1': '4af81af-dirty', 'icefall-git-date': 'Thu Jul 18 22:05:59 2024', 'icefall-path': '/root/tmp/icefall', 'k2-path': '/root/miniconda3/envs/myenv/lib/python3.10/site-packages/k2/__init__.py', 'lhotse-path': '/root/miniconda3/envs/myenv/lib/python3.10/site-packages/lhotse/__init__.py', 'hostname': 'KDA00', 'IP address': '192.168.0.1'}, 'epoch': 28, 'iter': 0, 'avg': 15, 'use_averaged_model': True, 'exp_dir': PosixPath('zipformer'), 'bpe_model': 'data/lang_bpe_500/bpe.model', 'lang_dir': PosixPath('data/lang_char'), 'decoding_method': 'greedy_search', 'num_active_paths': 4, 'beam': 4, 'max_contexts': 4, 'max_states': 32, 'context_size': 2, 'num_decode_streams': 2000, 'num_encoder_layers': '2,2,3,4,3,2', 'downsampling_factor': '1,2,4,8,4,2', 'feedforward_dim': '512,768,1024,1536,1024,768', 'num_heads': '4,4,4,8,4,4', 'encoder_dim': '192,256,384,512,384,256', 'query_head_dim': '32', 'value_head_dim': '12', 'pos_head_dim': '4', 'pos_dim': 48, 'encoder_unmasked_dim': '192,192,256,256,256,192', 'cnn_module_kernel': '31,31,15,15,15,31', 'decoder_dim': 512, 'joiner_dim': 512, 'causal': True, 'chunk_size': '32', 'left_context_frames': '256', 'use_transducer': True, 'use_ctc': False, 'manifest_dir': PosixPath('data/manifests'), 'max_duration': 200.0, 'bucketing_sampler': True, 'num_buckets': 30, 'concatenate_cuts': False, 'duration_factor': 1.0, 'gap': 1.0, 'on_the_fly_feats': False, 'shuffle': True, 'drop_last': True, 'return_cuts': False, 'num_workers': 2, 'enable_spec_aug': True, 'spec_aug_time_warp_factor': 80, 'enable_musan': False, 'lang': PosixPath('data/lang_char'), 'lang_type': None, 'res_dir': PosixPath('zipformer/streaming/greedy_search'), 'suffix': 'epoch-28-avg-15-chunk-32-left-context-256-use-averaged-model', 'blank_id': 0, 'unk_id': 2990, 'vocab_size': 2992}
|
||||||
|
2024-07-29 18:01:06,740 INFO [streaming_decode.py:755] About to create model
|
||||||
|
2024-07-29 18:01:07,118 INFO [streaming_decode.py:822] Calculating the averaged model over epoch range from 13 (excluded) to 28
|
Loading…
x
Reference in New Issue
Block a user