From 241261964ec62d636221d08278e201f72655c964 Mon Sep 17 00:00:00 2001 From: xumengjuan1 Date: Wed, 26 Oct 2022 15:34:44 +0800 Subject: [PATCH] modify doc --- examples/community/face_adversarial_attack/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/community/face_adversarial_attack/README.md b/examples/community/face_adversarial_attack/README.md index b49a3ce..8c14722 100644 --- a/examples/community/face_adversarial_attack/README.md +++ b/examples/community/face_adversarial_attack/README.md @@ -49,7 +49,7 @@ def get_model(): 方法二: ```text -利用MindSpore代码仓中的https://gitee.com/mindspore/models/blob/master/research/cv/FaceRecognition/eval.py的get_model函数加载模型 +利用MindSpore代码仓中的 的get_model函数加载模型 ``` ## 训练过程