initial version
上级
Showing
.gitee/PULL_REQUEST_TEMPLATE.md
0 → 100644
.gitignore
0 → 100644
LICENSE
0 → 100644
NOTICE
0 → 100644
README.md
0 → 100644
RELEASE.md
0 → 100644
docs/README.md
0 → 100644
docs/mindarmour_architecture.png
0 → 100644
27.6 KB
example/data_processing.py
0 → 100644
example/mnist_demo/README.md
0 → 100644
example/mnist_demo/lenet5_net.py
0 → 100644
example/mnist_demo/mnist_train.py
0 → 100644
mindarmour/__init__.py
0 → 100644
mindarmour/attacks/__init__.py
0 → 100644
mindarmour/attacks/attack.py
0 → 100644
mindarmour/attacks/deep_fool.py
0 → 100644
mindarmour/attacks/jsma.py
0 → 100644
mindarmour/attacks/lbfgs.py
0 → 100644
mindarmour/defenses/__init__.py
0 → 100644
mindarmour/defenses/defense.py
0 → 100644
mindarmour/detectors/__init__.py
0 → 100644
mindarmour/detectors/detector.py
0 → 100644
mindarmour/detectors/mag_net.py
0 → 100644
mindarmour/utils/__init__.py
0 → 100644
mindarmour/utils/_check_param.py
0 → 100644
mindarmour/utils/logger.py
0 → 100644
mindarmour/utils/util.py
0 → 100644
package.sh
0 → 100644
requirements.txt
0 → 100644
| numpy >= 1.17.0 | |||
| scipy >= 1.3.3 | |||
| matplotlib >= 3.1.3 | |||
| pytest >= 4.3.1 | |||
| wheel >= 0.32.0 | |||
| setuptools >= 40.8.0 | |||
| mindspore |
setup.py
0 → 100644
文件已添加
文件已添加
文件已添加