from local

This commit is contained in:
dohe0342 2022-12-10 11:17:59 +09:00
parent 6cda351a90
commit 1277658f48
2 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ class LibriSpeechAsrDataModule:
else: else:
validate = K2SpeechRecognitionDataset( validate = K2SpeechRecognitionDataset(
cut_transforms=transforms, cut_transforms=transforms,
input_strategy=eval(self.args.input_strategy)(),
return_cuts=self.args.return_cuts, return_cuts=self.args.return_cuts,
) )
valid_sampler = DynamicBucketingSampler( valid_sampler = DynamicBucketingSampler(