nichongjia-2007
2023-06-30 012903e42ec890ab5c50137beb365c3d94e731d1
egs/alimeeting/sa_asr/conf/train_asr_conformer.yaml
File was renamed from egs/alimeeting/sa-asr/conf/train_asr_conformer.yaml
@@ -1,9 +1,14 @@
# network architecture
frontend: default
frontend: multichannelfrontend
frontend_conf:
    fs: 16000
    window: hann
    n_fft: 400
    win_length: 400
    hop_length: 160
    n_mels: 80
    frame_length: 25
    frame_shift: 10
    lfr_m: 1
    lfr_n: 1
    use_channel: 0
    
# encoder related
@@ -47,9 +52,18 @@
    lsm_weight: 0.1     # label smoothing option
    length_normalized_loss: false
# minibatch related
batch_type: numel
batch_bins: 10000000  # reduce/increase this number according to your GPU memory
dataset_conf:
    data_names: speech,text
    data_types: sound,text
    shuffle: True
    shuffle_conf:
        shuffle_size: 2048
        sort_size: 500
    batch_conf:
        batch_type: token
        batch_size: 7000
    num_workers: 8
# optimization related
accum_grad: 1