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
c4d233e809
commit
dc23b3b35c
Binary file not shown.
@ -131,7 +131,7 @@ def add_model_arguments(parser: argparse.ArgumentParser):
|
||||
default=768,
|
||||
help="Encoder embedding dimension",
|
||||
)
|
||||
|
||||
'''
|
||||
parser.add_argument(
|
||||
"--encoder-dims",
|
||||
type=str,
|
||||
@ -169,7 +169,7 @@ def add_model_arguments(parser: argparse.ArgumentParser):
|
||||
default="31,31,31,31,31",
|
||||
help="Sizes of kernels in convolution modules",
|
||||
)
|
||||
|
||||
'''
|
||||
parser.add_argument(
|
||||
"--decoder-dim",
|
||||
type=int,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user