mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-12 18:44:20 +00:00
minor fixes
This commit is contained in:
parent
ca3dca1933
commit
6a41afe589
@ -784,7 +784,7 @@ def main():
|
|||||||
dev_cuts = dev_cuts.filter(remove_short_utt)
|
dev_cuts = dev_cuts.filter(remove_short_utt)
|
||||||
dev_dl = aishell.valid_dataloaders(dev_cuts)
|
dev_dl = aishell.valid_dataloaders(dev_cuts)
|
||||||
|
|
||||||
test_cuts = aishell.test_meeting_cuts()
|
test_cuts = aishell.test_cuts()
|
||||||
test_cuts = test_cuts.filter(remove_short_utt)
|
test_cuts = test_cuts.filter(remove_short_utt)
|
||||||
test_dl = aishell.test_dataloaders(test_cuts)
|
test_dl = aishell.test_dataloaders(test_cuts)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user