mixmo.networks.resnet

Resnet for cifar dataset. Adapted from https://github.com/facebook/fb.resnet.torch and https://github.com/pytorch/vision/blob/master/torchvision/models/resnet.py (c) YANG, Wei

Classes

PreActBlock(inplanes, planes[, stride])

Pre-activation version of the BasicBlock.

PreActResNet(config_network, config_args)

Pre-activated ResNet network

PreActResNetMixMo(config_network, config_args)

Multi-Input Multi-Output ResNet network