mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
Change subsamplling factor from 1 to 2
This commit is contained in:
parent
14a2603ada
commit
d6ef1bec5f
@ -121,7 +121,7 @@ def add_model_arguments(parser: argparse.ArgumentParser):
|
||||
parser.add_argument(
|
||||
"--conformer-subsampling-factor",
|
||||
type=int,
|
||||
default=1,
|
||||
default=2,
|
||||
help="Subsampling factor for 2nd stack of encoder layers.",
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user