Commit 7b22a8a7 authored by SWHL's avatar SWHL
Browse files

Fix bugs of fbank

parent fa4054e7
...@@ -11,6 +11,10 @@ ...@@ -11,6 +11,10 @@
#### 更新日志 #### 更新日志
- 2023-02-14 v2.0.3 update:
- 修复librosa读取wav文件错误
- 修复fbank与torch下fbank提取结果不一致bug
- 2023-02-11 v2.0.2 update: - 2023-02-11 v2.0.2 update:
- 模型和推理代码解耦(`rapid_paraformer``resources` - 模型和推理代码解耦(`rapid_paraformer``resources`
- 支持批量推理(通过`resources/config.yaml``batch_size`指定) - 支持批量推理(通过`resources/config.yaml``batch_size`指定)
......
...@@ -18,6 +18,7 @@ WavFrontend: ...@@ -18,6 +18,7 @@ WavFrontend:
lfr_m: 7 lfr_m: 7
lfr_n: 6 lfr_n: 6
filter_length_max: -.inf filter_length_max: -.inf
dither: 0.0
Model: Model:
model_path: resources/models/model.onnx model_path: resources/models/model.onnx
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment