Update egs/multi_zh-hans/ASR/local/compute_fbank_kespeech_splits.py

Co-authored-by: Fangjun Kuang <csukuangfj@gmail.com>
This commit is contained in:
zr_jin 2023-09-07 15:02:35 +08:00 committed by GitHub
parent 12fec1470e
commit 465ff40470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ def get_parser():
"--num-splits", "--num-splits",
type=int, type=int,
required=True, required=True,
help="The number of splits of the L subset", help="The number of splits of the given subset",
) )
parser.add_argument( parser.add_argument(