mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
Fix type of parameter
This commit is contained in:
parent
179d0605ea
commit
234366e51c
@ -160,7 +160,7 @@ def get_parser():
|
|||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--num-lr-decays",
|
"--num-lr-decays",
|
||||||
type=float,
|
type=int,
|
||||||
default=4,
|
default=4,
|
||||||
help="The total number of times we decay (halve) the learning rate"
|
help="The total number of times we decay (halve) the learning rate"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user