delete duplicate option

This commit is contained in:
PingFeng Luo 2022-01-04 17:48:48 +08:00
parent 05ea517c1f
commit 8e1de6a377

View File

@ -129,13 +129,6 @@ def get_parser():
"2 means tri-gram",
)
parser.add_argument(
"--on-the-fly",
type=str2bool,
default=True,
help="Use on-the-fly feature extraction",
)
return parser