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
5a0693c3f8
commit
c51a6c5e9e
Binary file not shown.
Binary file not shown.
@ -872,6 +872,8 @@ def main() -> None:
|
|||||||
args.return_cuts = True
|
args.return_cuts = True
|
||||||
librispeech = LibriSpeechAsrDataModule(args)
|
librispeech = LibriSpeechAsrDataModule(args)
|
||||||
|
|
||||||
|
dev_clean_cuts = librispeech.dev_clean_cuts()
|
||||||
|
dev_ohter_cuts = librispeech.dev_ohter_cuts()
|
||||||
test_clean_cuts = librispeech.test_clean_cuts()
|
test_clean_cuts = librispeech.test_clean_cuts()
|
||||||
test_other_cuts = librispeech.test_other_cuts()
|
test_other_cuts = librispeech.test_other_cuts()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user