This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
mindarmour
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
17
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
!377
modify the Chinese API files
Merge pull request
!377
from 宦晓玲/master
pull/378/head
i-robot
Gitee
3 years ago
parent
2ba09271e5
2b75fd5329
commit
53c7400468
No known key found for this signature in database
GPG Key ID:
173E9B9CA92EEF8F
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
docs/api/api_python/mindarmour.privacy.evaluation.rst
+1
-0
docs/api/api_python/mindarmour.rst
+ 1
- 0
docs/api/api_python/mindarmour.privacy.evaluation.rst
View File
@@ -49,6 +49,7 @@ mindarmour.privacy.evaluation
- **dataset_train** (minspore.dataset) - 目标模型的训练数据集。
- **dataset_test** (minspore.dataset) - 目标模型的测试集。
- **attack_config** (Union[list, tuple]) - 攻击模型的参数设置。格式为
.. code-block:: python
attack_config =
+ 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。
Write
Preview
Loading…
Cancel
Save