from local

This commit is contained in:
dohe0342 2023-01-29 21:20:23 +09:00
parent cb571e2313
commit d184448e70
2 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def get_args():
return parser.parse_args()
def compute_fbank_LJSpeech(bpe_model: Optional[str] = None, args):
def compute_fbank_LJSpeech(bpe_model: Optional[str] = None, args: Optional = None):
src_dir = Path("data/manifests")
output_dir = Path("data/fbank")
num_jobs = min(15, os.cpu_count())