From c0822f758f2152189436b61e36064771e7cb8968 Mon Sep 17 00:00:00 2001 From: ZhidanLiu Date: Mon, 18 Jul 2022 10:25:10 +0800 Subject: [PATCH] add releasenotes of r1.8 --- RELEASE.md | 14 ++++++++++++++ RELEASE_CN.md | 14 ++++++++++++++ docs/api/api_python/mindarmour.rst | 1 + 3 files changed, 29 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 4d73674..90cc3ef 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,19 @@ # MindArmour Release Notes +## MindArmour 1.8.0 Release Notes + +### API Change + +* Add Chinese version of all existed api. + +### Contributors + +Thanks goes to these wonderful people: + +Zhang Shukun, Liu Zhidan, Jin Xiulang, Liu Liu, Tang Cong, Yangyuan. + +Contributions of any kind are welcome! + ## MindArmour 1.7.0 Release Notes ### Major Features and Improvements diff --git a/RELEASE_CN.md b/RELEASE_CN.md index 629b211..bcf3c26 100644 --- a/RELEASE_CN.md +++ b/RELEASE_CN.md @@ -2,6 +2,20 @@ [View English](./RELEASE.md) +## MindArmour 1.8.0 Release Notes + +### API Change + +* 增加所有特性的api中文版本 + +### 贡献 + +感谢以下人员做出的贡献: + +Zhang Shukun, Liu Zhidan, Jin Xiulang, Liu Liu, Tang Cong, Yangyuan. + +欢迎以任何形式对项目提供贡献! + ## MindArmour 1.7.0 Release Notes ### 主要特性和增强 diff --git a/docs/api/api_python/mindarmour.rst b/docs/api/api_python/mindarmour.rst index f72f24a..2d12b13 100644 --- a/docs/api/api_python/mindarmour.rst +++ b/docs/api/api_python/mindarmour.rst @@ -340,6 +340,7 @@ MindArmour是MindSpore的工具箱,用于增强模型可信,实现隐私保 根据target_features重建图像。 **参数:** + - **target_features** (numpy.ndarray) - 原始图像的深度表示。 `target_features` 的第一个维度应该是img_num。 需要注意的是,如果img_num等于1,则target_features的形状应该是(1, dim2, dim3, ...)。 - **iters** (int) - 逆向攻击的迭代次数,应为正整数。默认值:100。