Browse Source

add releasenotes of r1.8

tags/v1.8.0^2
ZhidanLiu 2 years ago
parent
commit
c0822f758f
3 changed files with 29 additions and 0 deletions
  1. +14
    -0
      RELEASE.md
  2. +14
    -0
      RELEASE_CN.md
  3. +1
    -0
      docs/api/api_python/mindarmour.rst

+ 14
- 0
RELEASE.md View File

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


+ 14
- 0
RELEASE_CN.md View File

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

### 主要特性和增强


+ 1
- 0
docs/api/api_python/mindarmour.rst View File

@@ -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。


Loading…
Cancel
Save