mindspore-ci-bot
|
6407d84c24
|
!119 Specified output_numpy to be True in function create_tuple_dict. Rename some files.
Merge pull request !119 from liuluobin/master
|
4 years ago |
liuluobin
|
6a60d2d8c8
|
Specified output_numpy to be True in function create_tuple_dict. Rename some files.
|
4 years ago |
mindspore-ci-bot
|
b1db47dd0a
|
!118 modify notations
Merge pull request !118 from ZhidanLiu/master
|
4 years ago |
ZhidanLiu
|
72ef81c8ef
|
modify notation
|
4 years ago |
mindspore-ci-bot
|
8eaaec981b
|
!117 Adjust the structure of examples and add readme.md for each directory.
Merge pull request !117 from jxlang910/master
|
4 years ago |
jin-xiulang
|
318e753d96
|
Adjust the structure of examples and add readme for each group.
|
4 years ago |
mindspore-ci-bot
|
af578fa91c
|
!116 fixed config verify issue.
Merge pull request !116 from liuluobin/master
|
4 years ago |
liuluobin
|
d614f46f7a
|
fixed config verify issue
|
4 years ago |
mindspore-ci-bot
|
c8b9854f57
|
!114 Adjust mutate_config in fuzzing
Merge pull request !114 from ZhidanLiu/master
|
4 years ago |
ZhidanLiu
|
9030f146ef
|
adjust mutate_config
|
4 years ago |
mindspore-ci-bot
|
581fdedc40
|
!113 Adaptation for new api of MS.Dataset
Merge pull request !113 from pkuliuliu/master
|
4 years ago |
pkuliuliu
|
2d4efa55fe
|
Adaptation for new api of MS.Dataset
|
4 years ago |
mindspore-ci-bot
|
b7744be388
|
!111 Adjust the structure of tests package.
Merge pull request !111 from jxlang910/master
|
4 years ago |
jin-xiulang
|
913e2fc98c
|
Adjust the structure of tests package.
|
4 years ago |
mindspore-ci-bot
|
eb9ae769de
|
!112 Adjust config check. Modify the exception type to TypeError in function check_model.
Merge pull request !112 from liuluobin/master
|
4 years ago |
liuluobin
|
2ffdf100ce
|
Adjust config check. Modify the exception type to TypeError in function check_model.
|
4 years ago |
mindspore-ci-bot
|
604eeb97c1
|
!110 Correct some docs error. Modify the type detection code.
Merge pull request !110 from liuluobin/master
|
4 years ago |
liuluobin
|
2ded64d625
|
Correct some docs error. Modify the type detection code.
|
4 years ago |
mindspore-ci-bot
|
8b142a221b
|
!109 Adjust the project structure according to diff features
Merge pull request !109 from pkuliuliu/master
|
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 |
mindspore-ci-bot
|
e8a3d92536
|
!107 Remove is_grad of nn.SoftmaxCrossEntropyWithLogits method; Fix changes of parallel method
Merge pull request !107 from pkuliuliu/master
|
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 |
mindspore-ci-bot
|
a4d2c8ea1f
|
!106 Remove name of GradOperation and change model predict logic of detector
Merge pull request !106 from pkuliuliu/master
|
4 years ago |
pkuliuliu
|
aa113c3311
|
remove param name of GradOperation; and change predict logic of detector to avoid Memory Overriding
|
4 years ago |
mindspore-ci-bot
|
d99219c2ea
|
!105 fixed softmax_cross_entropy return NaN value
Merge pull request !105 from liuluobin/master
|
4 years ago |
liuluobin
|
fd3eb11b0e
|
fixed softmax_cross_entropy return NaN value
|
4 years ago |
mindspore-ci-bot
|
7ead0661f8
|
!104 Resolve document alignment issues
Merge pull request !104 from liuluobin/master
|
4 years ago |
liuluobin
|
3868fd413c
|
Resolve document alignment issues
|
4 years ago |
mindspore-ci-bot
|
ce648cd625
|
!103 Avoid error of graph topological order
Merge pull request !103 from pkuliuliu/master
|
4 years ago |
mindspore-ci-bot
|
7b21a3ffe9
|
!101 fixed exception detection
Merge pull request !101 from liuluobin/master
|
4 years ago |
pkuliuliu
|
36c25d9f29
|
Avoid error of graph topological order
|
4 years ago |
liuluobin
|
0921714ab5
|
Fix param check of metric
|
4 years ago |
mindspore-ci-bot
|
3a3ff1734e
|
!98 Fixed exception detection and added log printing.
Merge pull request !98 from liuluobin/master
|
4 years ago |
liuluobin
|
dfb30f0426
|
Fixed exception detection and added log printing
|
4 years ago |
mindspore-ci-bot
|
c789bf3142
|
!97 Append parameter verification for 'attack_config'
Merge pull request !97 from liuluobin/master
|
4 years ago |
liuluobin
|
dcc64ddde9
|
Append parameter verification for 'attack_config'
|
4 years ago |
mindspore-ci-bot
|
b69a303257
|
!96 keep the type of parameters in fuzzing consistent with that in the called methods
Merge pull request !96 from ZhidanLiu/master
|
4 years ago |
mindspore-ci-bot
|
08276a4b03
|
!95 Rectify the legal types for the parameter 'bias_coefficient' and add parameter check for 'mutate_config' .
Merge pull request !95 from jxlang910/master
|
4 years ago |
ZhidanLiu
|
437e61c93f
|
keep the type of parameters in fuzzing consistent with that in the called methods
|
4 years ago |
jin-xiulang
|
c4dd954356
|
Fix two api issues.
|
4 years ago |
mindspore-ci-bot
|
3746066c56
|
!93 Append description for get_attacker_model and train.
Merge pull request !93 from liuluobin/master
|
4 years ago |
liuluobin
|
7dc09aed90
|
Append description for get_attacker_model and train
|
4 years ago |
mindspore-ci-bot
|
b34693ac3b
|
!94 fix issues about rotate and delete redundant parameters
Merge pull request !94 from ZhidanLiu/master
|
4 years ago |
ZhidanLiu
|
a30128b681
|
fix issues
|
4 years ago |
mindspore-ci-bot
|
9d4e395924
|
!91 fix issues
Merge pull request !91 from ZhidanLiu/master
|
4 years ago |
ZhidanLiu
|
afa3f75fc3
|
fix issues
|
4 years ago |
mindspore-ci-bot
|
3d8877679b
|
!90 Append the parameter verification of class MembershipInference.
Merge pull request !90 from liuluobin/master
|
4 years ago |
liuluobin
|
ce15e7811e
|
Append the parameter verification of class MembershipInference.
|
4 years ago |