Update egs/multi_ja_en/ASR/local/utils/update_cutset_paths.py

Co-authored-by: Yubo <54519381+yuta0306@users.noreply.github.com>
This commit is contained in:
Bailey Machiko Hirota 2025-07-16 17:18:34 +09:00 committed by Bailey Hirota
parent b19929c302
commit 2f1f419149

View File

@ -19,7 +19,7 @@ def update_paths(cuts: CutSet, dataset_name: str, old_feature_prefix: str) -> Cu
old_feature_prefix: The prefix that the original feature paths were relative to. old_feature_prefix: The prefix that the original feature paths were relative to.
This typically corresponds to the root of the manifests dir This typically corresponds to the root of the manifests dir
in the original recipe. in the original recipe.
""" """
updated_cuts = [] updated_cuts = []
for cut in cuts: for cut in cuts:
if cut.features is not None: if cut.features is not None: