1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
| 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
|
| 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
|
|