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:17:46 +09:00 committed by Kinan Martin
parent aee7b87adb
commit 310aaec3cc

View File

@ -8,7 +8,7 @@ logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)
def update_paths(cuts: CutSet, dataset_name: str, old_feature_prefix: str) -> CutSet:
"""
"""
Updates the storage_path in a CutSet's features to reflect the new dataset-specific
feature directory structure.