mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +00:00
Change default ctc loss scale value from 0.5 to 0.3
This commit is contained in:
parent
604daca1fd
commit
f061cac4f3
@ -273,7 +273,7 @@ def get_parser():
|
||||
parser.add_argument(
|
||||
"--ctc-loss-scale",
|
||||
type=float,
|
||||
default=0.5,
|
||||
default=0.3,
|
||||
help="Scale for CTC loss",
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user