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

resolve merge conflict

This commit is contained in:
Jin Yong Yoo
2020-07-06 12:51:16 -04:00
parent 5be7de0cf7
commit d72823acdb
20 changed files with 30 additions and 23 deletions

View File

@@ -49,4 +49,4 @@ class LanguageModelConstraint(Constraint, ABC):
return True
def extra_repr_keys(self):
return ["max_log_prob_diff"]
return ["max_log_prob_diff"] + super().extra_repr_keys()