bitorch.models.resnet.Resnet34V1

class bitorch.models.resnet.Resnet34V1(*args: Any, **kwargs: Any)[source]

ResNet-34 V1 model from “Deep Residual Learning for Image Recognition” 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.