Update compute_fbank_peoples_speech_valid_test.py

This commit is contained in:
Yifan Yang 2023-05-31 12:23:26 +08:00 committed by GitHub
parent 1b69e49ddf
commit 67ee3710fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ torch.set_num_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")
output_dir = Path(f"data/fbank")
num_workers = 42
@ -90,4 +90,4 @@ if __name__ == "__main__":
formatter = "%(asctime)s %(levelname)s [%(filename)s:%(lineno)d] %(message)s"
logging.basicConfig(format=formatter, level=logging.INFO)
compute_fbank_commonvoice_dev_test()
compute_fbank_peoples_speech_valid_test()