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