mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
7d1f963ba7
commit
a395467812
Binary file not shown.
@ -67,6 +67,12 @@ def get_args():
|
||||
type=str,
|
||||
default=None,
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
"--speed",
|
||||
type=str2bool,
|
||||
default=False,
|
||||
)
|
||||
|
||||
return parser.parse_args()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user