bitorch.models.resnet.Resnet152V2

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

ResNet-152 V2 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.