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

Method norm1

detrsmpl/models/backbones/resnet.py:244–246  ·  view source on GitHub ↗

nn.Module: normalization layer after the first convolution layer

(self)

Source from the content-addressed store, hash-verified

242
243 @property
244 def norm1(self):
245 """nn.Module: normalization layer after the first convolution layer"""
246 return getattr(self, self.norm1_name)
247
248 @property
249 def norm2(self):

Callers 1

_inner_forwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected