Update asr_datamodule.py
This commit is contained in:
parent
678ad2b8a9
commit
bea63ca619
@ -418,7 +418,7 @@ class CommonVoiceAsrDataModule:
|
|||||||
)
|
)
|
||||||
|
|
||||||
@lru_cache()
|
@lru_cache()
|
||||||
def validated_cuts(self) -> CutSet:
|
def invalidated_cuts(self) -> CutSet:
|
||||||
logging.info("About to get invalidated cuts")
|
logging.info("About to get invalidated cuts")
|
||||||
return load_manifest_lazy(
|
return load_manifest_lazy(
|
||||||
self.args.cv_manifest_dir
|
self.args.cv_manifest_dir
|
||||||
|
|||||||
Reference in New Issue
Block a user