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
2fd8692769
commit
e86b9d610e
Binary file not shown.
@ -628,7 +628,8 @@ def save_results(
|
||||
@torch.no_grad()
|
||||
def main() -> None:
|
||||
parser = get_parser()
|
||||
TedLiumAsrDataModule.add_arguments(parser)
|
||||
#TedLiumAsrDataModule.add_arguments(parser)
|
||||
LibriSpeechAsrDataModule.add_arguments(parser)
|
||||
args = parser.parse_args()
|
||||
args.exp_dir = Path(args.exp_dir)
|
||||
args.lang_dir = Path(args.lang_dir)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user