mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
bd7426e098
commit
5b4907c71d
Binary file not shown.
Binary file not shown.
@ -153,6 +153,14 @@ def add_adapter_arguments(parser: argparse.ArgumentParser):
|
||||
help="adapter learning rate"
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
"--gender",
|
||||
type=float,
|
||||
default=0.0001,
|
||||
help="adapter learning rate"
|
||||
)
|
||||
|
||||
|
||||
|
||||
def add_rep_arguments(parser: argparse.ArgumentParser):
|
||||
parser.add_argument(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user