mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Update compute_fbank_peoples_speech_valid_test.py
This commit is contained in:
parent
1b69e49ddf
commit
67ee3710fc
@ -41,7 +41,7 @@ torch.set_num_threads(1)
|
|||||||
torch.set_num_interop_threads(1)
|
torch.set_num_interop_threads(1)
|
||||||
|
|
||||||
|
|
||||||
def compute_fbank_commonvoice_dev_test():
|
def compute_fbank_peoples_speech_valid_test():
|
||||||
src_dir = Path(f"data/manifests")
|
src_dir = Path(f"data/manifests")
|
||||||
output_dir = Path(f"data/fbank")
|
output_dir = Path(f"data/fbank")
|
||||||
num_workers = 42
|
num_workers = 42
|
||||||
@ -90,4 +90,4 @@ if __name__ == "__main__":
|
|||||||
formatter = "%(asctime)s %(levelname)s [%(filename)s:%(lineno)d] %(message)s"
|
formatter = "%(asctime)s %(levelname)s [%(filename)s:%(lineno)d] %(message)s"
|
||||||
|
|
||||||
logging.basicConfig(format=formatter, level=logging.INFO)
|
logging.basicConfig(format=formatter, level=logging.INFO)
|
||||||
compute_fbank_commonvoice_dev_test()
|
compute_fbank_peoples_speech_valid_test()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user