From 46cfe36be82e7d617cac0124da15673daa7aa3fb Mon Sep 17 00:00:00 2001 From: jin-xiulang Date: Wed, 31 Mar 2021 15:10:34 +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 b145583..d101ffa 100644 --- a/mindarmour/adv_robustness/evaluations/attack_evaluation.py +++ b/mindarmour/adv_robustness/evaluations/attack_evaluation.py @@ -165,7 +165,7 @@ class AttackEvaluate: - float, average structural similarity. - If return value ranges between (0, 1), the higher, the more - successful the attack is. + successful the attack is. - If return value is -1: there is no success adversarial examples. """