mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update
This commit is contained in:
parent
b9d1425028
commit
c33dc9585c
@ -241,6 +241,12 @@ def get_parser():
|
||||
default=False,
|
||||
help="Enable resuming if checkpoint is existing",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--train_dtype",
|
||||
default="float32",
|
||||
choices=["float16", "float32", "float64"],
|
||||
help="Data type for training.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--use_amp",
|
||||
type=str2bool,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user