mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-26 10:16:14 +00:00
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user