zhenghuanhuan
f2275a4d35
rename noise_update to decay_policy and update version 0.6.0
5 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
5 years ago
ZhidanLiu
7d47844566
add a construct of clip_mech and noise_mech, when noise_mech is adaptive clip_mech must be none
5 years ago
mindspore-ci-bot
01d40e165a
!52 Add ZCDP-Monitor and Exponential decay mode.
Merge pull request !52 from jxlang910/master
5 years ago
jin-xiulang
ad0087058c
Add ZCDPMonitor and Exponential decay mode.
5 years ago
ZhidanLiu
79c6403d8c
add new feature: adaptive clipping
5 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