liuluobin
2ffdf100ce
Adjust config check. Modify the exception type to TypeError in function check_model.
4 years ago
liuluobin
2ded64d625
Correct some docs error. Modify the type detection code.
4 years ago
pkuliuliu
1e0bc59251
adjust the project structure according to diff features
4 years ago
mindspore-ci-bot
432d302ae5
!108 remove parameter 'iid' in GridSearchCV. Increase support for parallel training. Modify ut case. Add attack config verification.
Merge pull request !108 from liuluobin/master
4 years ago
liuluobin
16062255a1
remove parameter 'iid' in GridSearchCV. Increase support for parallel training. Modify ut case. Add attack config verfication.
4 years ago
pkuliuliu
b38cfbc311
1. remove is_grad of nn.SoftmaxCrossEntropyWithLogits method due to new changes of MS
2. fix internal method change of Model class, from _get_mirror_mean to
_get gradients_mean.
4 years ago
jin-xiulang
c4dd954356
Fix two api issues.
4 years ago
ZhidanLiu
afa3f75fc3
fix issues
4 years ago
mindspore-ci-bot
ae80c360f1
!78 Add membership inference feature
Merge pull request !78 from liuluobin/master
4 years ago
liuluobin
55c31a3391
Membership inference feature
4 years ago
pkuliuliu
425cc95283
add comment and param check
4 years ago
ZhidanLiu
94ff3ad5a9
Reconstruct Fuzzer
4 years ago
pkuliuliu
5541b7040d
add third-party dependence and pytest mark
4 years ago
mindspore-ci-bot
0d903144ce
!74 Add attacker of Membership Inference
Merge pull request !74 from liuluobin/master
4 years ago
ZhidanLiu
778c37ff8e
reconstruct image transform
4 years ago
liuluobin
d270ac4c82
Add attacker of MembershipInference
4 years ago
zhenghuanhuan
f2275a4d35
rename noise_update to decay_policy and update version 0.6.0
4 years ago
zhenghuanhuan
0de5e06230
before rebase, refactor mechanisms implementation.
rename mech._decay_policy to mech._noise_update.
after rebase, rename norm_clip to norm_bound.
change mechanismsfactory to noisemechanismsfactory in test.
11
12
13
1414141414141414141414141414
15
4 years ago
ZhidanLiu
7d47844566
add a construct of clip_mech and noise_mech, when noise_mech is adaptive clip_mech must be none
4 years ago
mindspore-ci-bot
01d40e165a
!52 Add ZCDP-Monitor and Exponential decay mode.
Merge pull request !52 from jxlang910/master
4 years ago
jin-xiulang
ad0087058c
Add ZCDPMonitor and Exponential decay mode.
5 years ago
ZhidanLiu
79c6403d8c
add new feature: adaptive clipping
4 years ago
zhenghuanhuan
3fa256e76e
add exponential noise mechanisms
add validate decay_policy
change hyper_map to for loop because of free variable syntax error.
5 years ago
zhenghuanhuan
da3e872854
fix update mechanisms parameters will cause `dont't support Closure with free variable yet` error.
update code about review suggestions.
fix pylint warnings.
5 years ago
zhenghuanhuan
9dcca23301
change DPModel param l2_norm_clip to norm_clip.
5 years ago
zhenghuanhuan
fe97f43f51
Add differential privacy in GRAPH MODE context mode.
5 years ago
jin-xiulang
708e117e85
fix issue.
5 years ago
jin-xiulang
f2622e42db
Add value-range check for parameter 'alpha' in mechanisms.py.
5 years ago
ZhidanLiu
ec9d46a7e1
fix parameter check
5 years ago
zhenghuanhuan
9c37a11036
[CT][MA][DP]param of DPModel:norm_clip,use default, runtime error][DP]param of DPModel:norm_clip=0, runtime error][diff_privacy][Pref] use DPModel ,the performance of lenet deteriorates too much
https://gitee.com/mindspore/dashboard?issue_id=I1IMD7
https://gitee.com/mindspore/dashboard?issue_id=I1IQ11
https://gitee.com/mindspore/dashboard?issue_id=I1IPKH
5 years ago
zheng-huanhuan
b2e0934bf7
5-month feature: add differential privacy train and optimizer.
5 years ago
mindspore-ci-bot
45cede10af
!23 Add noise mechanisms module for Differential Privacy.
Merge pull request !23 from ZhidanLiu/pynative
5 years ago
ZhidanLiu
33caca31e0
noise mechanism of differential privacy
5 years ago
jin-xiulang
c04332072d
Add DP-Monitor module
5 years ago
jin-xiulang
aeba2b3e24
modify input batch_size for defenses tests
5 years ago
zheng-huanhuan
febaf7a253
fix pylint warning.
5 years ago
mindspore-ci-bot
5467dbdd44
!13 Add a fuzzing test framework for DNN and image transform methods
Merge pull request !13 from ZhidanLiu/master
5 years ago
ZhidanLiu
f150496e00
add a fuzzing test framework and image transform method
5 years ago
mindspore-ci-bot
b21849d2c2
!14 Add M-DI2-FGSM method
Merge pull request !14 from zheng-huanhuan/2_master
5 years ago
zheng-huanhuan
810df70db6
1. Add DI2-FGSM method in iterative_gradient_method.py
2. Add M-DI2-FGSM method in iterative_gradient_method.py
3. Add corresponding ut test.
4. Add mnist example of M_DI2_FGSM method.
5 years ago
jin-xiulang
a4c4feca4e
Develop new module for model fuzz test.
5 years ago
zheng-huanhuan
96302d7f1b
initial version
5 years ago