Merge pull request !387 from ZhidanLiu/code_docs_r1.8tags/v1.8.0^0
@@ -1,5 +1,19 @@ | |||||
# MindArmour Release Notes | # 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 | ## MindArmour 1.7.0 Release Notes | ||||
### Major Features and Improvements | ### Major Features and Improvements | ||||
@@ -2,6 +2,20 @@ | |||||
[View English](./RELEASE.md) | [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 | ## MindArmour 1.7.0 Release Notes | ||||
### 主要特性和增强 | ### 主要特性和增强 | ||||
@@ -340,6 +340,7 @@ MindArmour是MindSpore的工具箱,用于增强模型可信,实现隐私保 | |||||
根据target_features重建图像。 | 根据target_features重建图像。 | ||||
**参数:** | **参数:** | ||||
- **target_features** (numpy.ndarray) - 原始图像的深度表示。 `target_features` 的第一个维度应该是img_num。 | - **target_features** (numpy.ndarray) - 原始图像的深度表示。 `target_features` 的第一个维度应该是img_num。 | ||||
需要注意的是,如果img_num等于1,则target_features的形状应该是(1, dim2, dim3, ...)。 | 需要注意的是,如果img_num等于1,则target_features的形状应该是(1, dim2, dim3, ...)。 | ||||
- **iters** (int) - 逆向攻击的迭代次数,应为正整数。默认值:100。 | - **iters** (int) - 逆向攻击的迭代次数,应为正整数。默认值:100。 | ||||