MCPcopy Create free account
hub / github.com/alinlab/SelfPatch / make_res_layer

Method make_res_layer

segmentation/backbones/resnet.py:582–584  ·  view source on GitHub ↗

Pack all blocks in a stage into a ``ResLayer``.

(self, **kwargs)

Source from the content-addressed store, hash-verified

580 return stage_plugins
581
582 def make_res_layer(self, **kwargs):
583 """Pack all blocks in a stage into a ``ResLayer``."""
584 return ResLayer(**kwargs)
585
586 @property
587 def norm1(self):

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected