mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
6fdb51c6fd
commit
1239cd5a46
Binary file not shown.
@ -74,6 +74,11 @@ def get_args():
|
||||
default=False,
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
"--prefix",
|
||||
type=str,
|
||||
)
|
||||
|
||||
return parser.parse_args()
|
||||
|
||||
|
||||
@ -96,7 +101,7 @@ def compute_fbank_LJSpeech(bpe_model: Optional[str] = None, args: Optional = Non
|
||||
|
||||
#parts = ['train', 'dev', 'test']
|
||||
parts = [args.spk_id]
|
||||
prefix = "vox"
|
||||
prefix = args.prefix
|
||||
suffix = "jsonl.gz"
|
||||
manifests = read_manifests_if_cached(
|
||||
dataset_parts=parts,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user