bitorch.models.resnet_e.ResnetE34

class bitorch.models.resnet_e.ResnetE34(*args: Any, **kwargs: Any)[source]

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

Methods

__init__

Initializes internal Module state, shared by both nn.Module and ScriptModule.

Attributes

name

__init__(*args: Any, **kwargs: Any) None[source]

Initializes internal Module state, shared by both nn.Module and ScriptModule.