refactor(dataset): 统一特征提取配置格式 - #220
Open
mlxu995 wants to merge 1 commit into
Open
Conversation
mlxu995
marked this pull request as draft
July 23, 2026 03:34
- 将所有 YAML 配置从 feature_extraction_conf/feature_type 迁移到
feats_type + fbank_conf/mfcc_conf 格式,与 wenet Dataset 对齐
- 修复 static_quantize.py 和 stream_kws_ctc.py 适配新配置格式
- 删除仅被旧流程引用的冗余模块:wekws/dataset/{dataset,processor,
lmdb_data}.py 和 wekws/utils/file_utils.py
mlxu995
force-pushed
the
refactor/dataset-config-format
branch
from
July 23, 2026 07:06
e4e0f64 to
f05fc50
Compare
mlxu995
marked this pull request as ready for review
July 23, 2026 07:20
mlxu995
requested review from
chwma0,
jschenxiaoyu,
whiteshirt0429 and
xingchensong
July 23, 2026 07:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
feats_type+fbank_conf/mfcc_conf,与 wenet Dataset 对齐。static_quantize.py和stream_kws_ctc.py对新配置格式的读取。file_utils.py。Test plan
compute_accuracy.py使用speechcommand_v1现有 checkpoint 进行功能性评估验证。torchrun单卡启动speechcommand_v1训练冒烟验证,跑到 Epoch 0 Batch 20,loss 正常下降。