mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-04 14:44:18 +00:00
Update multi_dataset.py
This commit is contained in:
parent
a8d51dd0b0
commit
27df51521f
@ -112,7 +112,12 @@ class MultiDataset:
|
||||
],
|
||||
)
|
||||
else:
|
||||
raise NotImplementedError
|
||||
raise NotImplementedError(
|
||||
f"""Not implemented for
|
||||
use_aishell2: {self.use_aishell2}
|
||||
use_librispeech: {self.use_librispeech}
|
||||
use_tal_csasr: {self.use_tal_csasr}"""
|
||||
)
|
||||
|
||||
def dev_cuts(self) -> CutSet:
|
||||
logging.info("About to get multidataset dev cuts")
|
||||
|
Loading…
x
Reference in New Issue
Block a user