Browse Source

Fix a bug of python-api

tags/v1.3.0
jin-xiulang 4 years ago
parent
commit
46cfe36be8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindarmour/adv_robustness/evaluations/attack_evaluation.py

+ 1
- 1
mindarmour/adv_robustness/evaluations/attack_evaluation.py View File

@@ -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.
"""


Loading…
Cancel
Save