mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-09 14:05:33 +00:00
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:
parent
b19929c302
commit
2f1f419149
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user