bitorch.models.resnet_e

Resnet_E implementation from “Back to Simplicity: How to Train Accurate BNNs from Scratch?” paper.

Classes

BasicBlock(in_channels, out_channels, stride)

BasicBlock from "Back to Simplicity: How to Train Accurate BNNs from Scratch?" paper.

ResnetE(resnete_num_layers, input_shape[, ...])

ResnetE18(*args, **kwargs)

ResNetE-18 model from "Back to Simplicity: How to Train Accurate BNNs from Scratch?" paper.

ResnetE34(*args, **kwargs)

ResNetE-34 model from "Back to Simplicity: How to Train Accurate BNNs from Scratch?" paper.

SpecificResnetE(classes, channels)

Superclass for ResNet models