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

Method norm1

detrsmpl/models/backbones/resnet.py:59–61  ·  view source on GitHub ↗

nn.Module: normalization layer after the first convolution layer

(self)

Source from the content-addressed store, hash-verified

57
58 @property
59 def norm1(self):
60 """nn.Module: normalization layer after the first convolution layer"""
61 return getattr(self, self.norm1_name)
62
63 @property
64 def norm2(self):

Callers 1

_inner_forwardMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected