Ariyan-Pro's picture
Enterprise Adversarial ML Governance Engine v5.0 LTS
f4bee9e
raw
history blame contribute delete
158 Bytes
"""
Models module for adversarial ML security suite
"""
from .base.mnist_cnn import MNISTCNN, create_mnist_cnn
__all__ = ['MNISTCNN', 'create_mnist_cnn']