Reduce pos-dim from 96 to 48.
This commit is contained in:
parent
8b50932d5a
commit
e9806950f5
@ -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="96",
|
default="48",
|
||||||
help="Positional-encoding embedding dimension"
|
help="Positional-encoding embedding dimension"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user