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 Kinan Martin
parent f7fec4a6e7
commit 154ef43206

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.
This typically corresponds to the root of the manifests dir
in the original recipe.
"""
"""
updated_cuts = []
for cut in cuts:
if cut.features is not None: