From 765a0fba99e0d6eb951bc03bb55fb358614a4d65 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Sun, 29 Jan 2023 21:19:54 +0900 Subject: [PATCH] from local --- .../ASR/local/.compute_fbank_vox.py.swp | Bin 20480 -> 20480 bytes .../ASR/local/compute_fbank_vox.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp b/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp index dc47e9e948a9ae431fa1011fc3161d66260dc82c..3a6f02f0cce4e549213dd0543a1956da305bc880 100644 GIT binary patch delta 65 zcmZozz}T>WQ8dXQ%+puFQqO<^2m}}yB2um;>ueN#ug}WE!@$rmnbRPdv0-zrfiTbH THXCC$9ficA^y1AsZQO+cE%p)T delta 61 zcmZozz}T>WQ8dXQ%+puFQqO<^2m}}yLQ<|Jvu+f9ug@yP!@$rsnbRPdv2Am%fiTa+ Q3v81cY>YSWv~d>(0PS@VFaQ7m diff --git a/egs/librispeech/ASR/local/compute_fbank_vox.py b/egs/librispeech/ASR/local/compute_fbank_vox.py index 86008ab6d..54e1e381f 100755 --- a/egs/librispeech/ASR/local/compute_fbank_vox.py +++ b/egs/librispeech/ASR/local/compute_fbank_vox.py @@ -146,4 +146,4 @@ if __name__ == "__main__": logging.basicConfig(format=formatter, level=logging.INFO) args = get_args() logging.info(vars(args)) - compute_fbank_LJSpeech(bpe_model=args.bpe_model) + compute_fbank_LJSpeech(bpe_model=args.bpe_model, args)