mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-24 01:06:13 +00:00
'update'
This commit is contained in:
parent
1568b5f390
commit
3630ccf590
@ -52,7 +52,12 @@ def get_parser():
|
||||
default=80,
|
||||
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(
|
||||
"--speed-perturb",
|
||||
type=str2bool,
|
||||
|
Loading…
x
Reference in New Issue
Block a user