mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 17:42:21 +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(
|
||||
"--num-lr-decays",
|
||||
type=float,
|
||||
type=int,
|
||||
default=4,
|
||||
help="The total number of times we decay (halve) the learning rate"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user