| 12345678910111213141516171819202122232425262728293031 |
- TokenIDConverter:
- token_path: resources/models/token_list.pkl
- unk_symbol: <unk>
- CharTokenizer:
- symbol_value:
- space_symbol: <space>
- remove_non_linguistic_symbols: false
- WavFrontend:
- cmvn_file: resources/models/am.mvn
- frontend_conf:
- fs: 16000
- window: hamming
- n_mels: 80
- frame_length: 25
- frame_shift: 10
- lfr_m: 7
- lfr_n: 6
- filter_length_max: -.inf
- dither: 0.0
- Model:
- model_path: resources/models/model.onnx
- use_cuda: false
- CUDAExecutionProvider:
- device_id: 0
- arena_extend_strategy: kNextPowerOfTwo
- cudnn_conv_algo_search: EXHAUSTIVE
- do_copy_in_default_stream: true
- batch_size: 3
|