mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Reduce pos_dim from 128 to 96.
This commit is contained in:
parent
526b5e59a6
commit
27f8497fea
@ -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="128",
|
default="96",
|
||||||
help="Positional-encoding embedding dimension"
|
help="Positional-encoding embedding dimension"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user