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
7063252159
commit
a965341695
Binary file not shown.
@ -19,6 +19,7 @@
|
||||
import argparse
|
||||
import inspect
|
||||
import logging
|
||||
from glob import glob
|
||||
from functools import lru_cache
|
||||
from pathlib import Path
|
||||
from typing import Any, Dict, Optional
|
||||
@ -479,8 +480,9 @@ class LibriSpeechAsrDataModule:
|
||||
self.args.manifest_dir / f"librispeech_cuts_test-clean.jsonl"
|
||||
)
|
||||
elif option == 'user':
|
||||
return load_manifest_lazy(
|
||||
self.args.manifest_dir / f"librispeech_cuts_test-clean.jsonl"
|
||||
|
||||
return [load_manifest_lazy(
|
||||
self.args.manifest_dir / f"/userlibri/test-clean/"
|
||||
)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user