1
0
mirror of https://github.com/QData/TextAttack.git synced 2021-10-13 00:05:06 +03:00

remove choices from parser

This commit is contained in:
Jin Yong Yoo
2020-06-22 11:28:12 -04:00
parent af21d42a47
commit 25afb3a2e1
2 changed files with 0 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ def add_model_args(parser):
type=str,
required=False,
default=None,
choices=model_names,
help="The pre-trained model to attack.",
)
model_group.add_argument(