MCPcopy Create free account
hub / github.com/MotrixLab/AiOS / norm3

Method norm3

detrsmpl/models/backbones/resnet.py:254–256  ·  view source on GitHub ↗

nn.Module: normalization layer after the third convolution layer

(self)

Source from the content-addressed store, hash-verified

252
253 @property
254 def norm3(self):
255 """nn.Module: normalization layer after the third convolution layer"""
256 return getattr(self, self.norm3_name)
257
258 def forward(self, x):
259 """Forward function."""

Callers 4

_inner_forwardMethod · 0.95
forward_postMethod · 0.80
forward_preMethod · 0.80
forward_ffnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected