This commit is contained in:
PingFeng Luo 2021-12-04 11:40:14 +08:00
parent 3351106e3b
commit 45d31e5f34
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/env python3
# Copyright 2021 Xiaomi Corporation (Author: Liyong Guo, Fangjun Kuang)
# Copyright 2021 Pingfeng Luo
#
# See ../../../../LICENSE for clarification regarding multiple authors
#

View File

@ -1,6 +1,7 @@
#!/usr/bin/env python3
# Copyright 2021 Xiaomi Corp. (authors: Fangjun Kuang,
# Wei Kang)
# Copyright 2021 Pingfeng Luo
#
# See ../../../../LICENSE for clarification regarding multiple authors
#
@ -80,7 +81,7 @@ def get_parser():
parser.add_argument(
"--num-epochs",
type=int,
default=50,
default=90,
help="Number of epochs to train.",
)