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
15390d7c25
commit
8bf4f2bf7d
Binary file not shown.
@ -138,6 +138,28 @@ def add_rep_arguments(parser: argparse.ArgumentParser):
|
||||
default=False,
|
||||
help="use sperate optimizer (enc / dec)",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--accum-grads",
|
||||
type=int,
|
||||
default=1,
|
||||
help="accum-grad num.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--encoder-type",
|
||||
type=str,
|
||||
default='d2v',
|
||||
help="Type of encoder (e.g. conformer, w2v, d2v...",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--additional-block",
|
||||
type=bool,
|
||||
default=False,
|
||||
)
|
||||
parser.add_argument(
|
||||
"--freeze-finetune-updates",
|
||||
type=int,
|
||||
default=0
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user