mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Update compute_fbank_peoples_speech_splits.py
This commit is contained in:
parent
27a6347221
commit
1b69e49ddf
@ -80,7 +80,7 @@ def get_args():
|
||||
return parser.parse_args()
|
||||
|
||||
|
||||
def compute_fbank_commonvoice_splits(args):
|
||||
def compute_fbank_peoples_speech_splits(args):
|
||||
subsets = ("dirty", "dirty_sa", "clean", "clean_sa")
|
||||
num_splits = args.num_splits
|
||||
output_dir = f"data/fbank/peoples_speech_train_split"
|
||||
@ -147,7 +147,7 @@ def main():
|
||||
logging.basicConfig(format=formatter, level=logging.INFO)
|
||||
args = get_args()
|
||||
logging.info(vars(args))
|
||||
compute_fbank_commonvoice_splits(args)
|
||||
compute_fbank_peoples_speech_splits(args)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user