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