config.yaml 659 B

12345678910111213141516171819202122232425262728293031
  1. TokenIDConverter:
  2. token_path: resources/models/token_list.pkl
  3. unk_symbol: <unk>
  4. CharTokenizer:
  5. symbol_value:
  6. space_symbol: <space>
  7. remove_non_linguistic_symbols: false
  8. WavFrontend:
  9. cmvn_file: resources/models/am.mvn
  10. frontend_conf:
  11. fs: 16000
  12. window: hamming
  13. n_mels: 80
  14. frame_length: 25
  15. frame_shift: 10
  16. lfr_m: 7
  17. lfr_n: 6
  18. filter_length_max: -.inf
  19. dither: 0.0
  20. Model:
  21. model_path: resources/models/model.onnx
  22. use_cuda: false
  23. CUDAExecutionProvider:
  24. device_id: 0
  25. arena_extend_strategy: kNextPowerOfTwo
  26. cudnn_conv_algo_search: EXHAUSTIVE
  27. do_copy_in_default_stream: true
  28. batch_size: 3