From 32c541d39ebb3ee3be24cc2c104949bab90922da Mon Sep 17 00:00:00 2001 From: jin-xiulang Date: Wed, 31 Mar 2021 15:11:31 +0800 Subject: [PATCH] Fix a bug of python-api --- mindarmour/adv_robustness/evaluations/attack_evaluation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindarmour/adv_robustness/evaluations/attack_evaluation.py b/mindarmour/adv_robustness/evaluations/attack_evaluation.py index aafb34c..d101ffa 100644 --- a/mindarmour/adv_robustness/evaluations/attack_evaluation.py +++ b/mindarmour/adv_robustness/evaluations/attack_evaluation.py @@ -137,7 +137,7 @@ class AttackEvaluate: adversarial examples, return value includes following cases. - If return value :math:`>=` 0, average lp distance. The lower, - the more successful the attack is. + the more successful the attack is. - If return value is -1, there is no success adversarial examples. """