mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
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(
|
||||
"--pos-dim",
|
||||
type=int,
|
||||
default="64",
|
||||
default="128",
|
||||
help="Positional-encoding embedding dimension"
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user