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