minor updates

This commit is contained in:
zr_jin 2023-09-02 17:00:41 +08:00
parent ebc4ee1671
commit fe58287e1a
2 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/env python3
# Copyright 2021 Johns Hopkins University (Piotr Żelasko)
# Copyright 2021 Xiaomi Corp. (Fangjun Kuang)
# Copyright 2023 Xiaomi Corp. (Zengrui Jin)
#
# See ../../../../LICENSE for clarification regarding multiple authors
#

View File

@ -1,6 +1,7 @@
#!/usr/bin/env python3
# Copyright 2021 Johns Hopkins University (Piotr Żelasko)
# Copyright 2021 Xiaomi Corp. (Fangjun Kuang)
# Copyright 2023 Xiaomi Corp. (Zengrui Jin)
#
# See ../../../../LICENSE for clarification regarding multiple authors
#
@ -48,6 +49,7 @@ def get_parser():
"--training-subset",
type=str,
default="train_phase1",
choices=["train_phase1", "train_phase2"],
help="The training subset for computing fbank feature.",
)