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

Method norm2

detrsmpl/models/backbones/resnet.py:249–251  ·  view source on GitHub ↗

nn.Module: normalization layer after the second convolution layer

(self)

Source from the content-addressed store, hash-verified

247
248 @property
249 def norm2(self):
250 """nn.Module: normalization layer after the second convolution layer"""
251 return getattr(self, self.norm2_name)
252
253 @property
254 def norm3(self):

Callers 1

_inner_forwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected