mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Reduce pos_dim from 384 to 128.
This commit is contained in:
parent
cc260711b8
commit
364a4c3838
@ -162,7 +162,7 @@ def add_model_arguments(parser: argparse.ArgumentParser):
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--pos-dim",
|
"--pos-dim",
|
||||||
type=int,
|
type=int,
|
||||||
default="384",
|
default="128",
|
||||||
help="Positional-encoding embedding dimension"
|
help="Positional-encoding embedding dimension"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user