Double pos_dim from 64 to 128.
This commit is contained in:
parent
000af07a2a
commit
d542fa61ff
@ -164,7 +164,7 @@ def add_model_arguments(parser: argparse.ArgumentParser):
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--pos-dim",
|
"--pos-dim",
|
||||||
type=int,
|
type=int,
|
||||||
default="64",
|
default="128",
|
||||||
help="Positional-encoding embedding dimension"
|
help="Positional-encoding embedding dimension"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user