CIFAR RESNET#
Reference: https://github.com/khurramjaved96/incremental-learning/blob/autoencoders/model/resnet32.py
Classes#
- class models.slca_utils.convs.cifar_resnet.CifarResNet(block, depth, channels=3)[source]#
Bases:
Module
ResNet optimized for the Cifar Dataset, as specified in https://arxiv.org/abs/1512.03385.pdf
- property last_conv#
Functions#
- models.slca_utils.convs.cifar_resnet.resnet110()[source]#
Constructs a ResNet-110 model for CIFAR-10.
- models.slca_utils.convs.cifar_resnet.resnet20mnist()[source]#
Constructs a ResNet-20 model for MNIST.