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

Method norm2

detrsmpl/models/backbones/hrnet.py:380–382  ·  view source on GitHub ↗

nn.Module: the normalization layer named "norm2"

(self)

Source from the content-addressed store, hash-verified

378
379 @property
380 def norm2(self):
381 """nn.Module: the normalization layer named "norm2" """
382 return getattr(self, self.norm2_name)
383
384 def _make_transition_layer(self, num_channels_pre_layer,
385 num_channels_cur_layer):

Callers 2

forwardMethod · 0.95
forwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected