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

Method make_res_layer

detrsmpl/models/backbones/resnet.py:530–532  ·  view source on GitHub ↗

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

(self, **kwargs)

Source from the content-addressed store, hash-verified

528 return stage_plugins
529
530 def make_res_layer(self, **kwargs):
531 """Pack all blocks in a stage into a ``ResLayer``."""
532 return ResLayer(**kwargs)
533
534 @property
535 def norm1(self):

Callers 1

__init__Method · 0.95

Calls 1

ResLayerClass · 0.85

Tested by

no test coverage detected