mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-24 09:16:13 +00:00
'update'
This commit is contained in:
parent
1568b5f390
commit
3630ccf590
@ -52,7 +52,12 @@ def get_parser():
|
|||||||
default=80,
|
default=80,
|
||||||
help="""The number of mel bins for Fbank""",
|
help="""The number of mel bins for Fbank""",
|
||||||
)
|
)
|
||||||
|
parser.add_argument(
|
||||||
|
"--whisper-fbank",
|
||||||
|
type=str2bool,
|
||||||
|
default=False,
|
||||||
|
help="Use WhisperFbank instead of Fbank. Default: False.",
|
||||||
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--speed-perturb",
|
"--speed-perturb",
|
||||||
type=str2bool,
|
type=str2bool,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user