Skip to content

refactor(dataset): 统一特征提取配置格式 - #220

Open
mlxu995 wants to merge 1 commit into
mainfrom
refactor/dataset-config-format
Open

refactor(dataset): 统一特征提取配置格式#220
mlxu995 wants to merge 1 commit into
mainfrom
refactor/dataset-config-format

Conversation

@mlxu995

@mlxu995 mlxu995 commented Jul 22, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • 统一示例配置的特征提取字段为 feats_type + fbank_conf/mfcc_conf,与 wenet Dataset 对齐。
  • 修复 static_quantize.pystream_kws_ctc.py 对新配置格式的读取。
  • 删除仅旧数据集流程引用的冗余数据集模块和 file_utils.py

Test plan

  • compute_accuracy.py 使用 speechcommand_v1 现有 checkpoint 进行功能性评估验证。
  • torchrun 单卡启动 speechcommand_v1 训练冒烟验证,跑到 Epoch 0 Batch 20,loss 正常下降。

@mlxu995
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
mlxu995 force-pushed the refactor/dataset-config-format branch from e4e0f64 to f05fc50 Compare July 23, 2026 07:06
@mlxu995
mlxu995 marked this pull request as ready for review July 23, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant