bitorch.models.resnet.Resnet50V2

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

ResNet-50 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.