Skip to content
Snippets Groups Projects
__init__.py 156 B
Newer Older
  • Learn to ignore specific revisions
  • Yifan Zhao's avatar
    Yifan Zhao committed
    from .alexnet import AlexNet, AlexNet2
    from .datasets import CIFAR, MNIST, ImageNet
    from .lenet import LeNet
    from .vgg16 import VGG16Cifar10, VGG16Cifar100