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

remove dead imports; model wrappers work

This commit is contained in:
Jack Morris
2020-07-26 13:57:27 -04:00
parent 7255a9ac28
commit e6d671e918
32 changed files with 245 additions and 235 deletions

View File

@@ -13,8 +13,6 @@ from textattack.attack_results import (
from textattack.goal_function_results import GoalFunctionResultStatus
from textattack.shared import AttackedText, utils
# import os
class Attack:
"""An attack generates adversarial examples on text.