Browse Source

!201 Fix a bug of python-api

From: @jxlang910
Reviewed-by: @pkuliuliu,@liu_luobin
Signed-off-by: @pkuliuliu
tags/v1.2.1
mindspore-ci-bot Gitee 4 years ago
parent
commit
0c59a3f28c
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

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


Loading…
Cancel
Save