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

Function build_backbone

detrsmpl/models/backbones/builder.py:18–22  ·  view source on GitHub ↗

Build backbone.

(cfg)

Source from the content-addressed store, hash-verified

16
17
18def build_backbone(cfg):
19 """Build backbone."""
20 if cfg is None:
21 return None
22 return BACKBONES.build(cfg)

Callers 5

init_modelFunction · 0.90
__init__Method · 0.50
__init__Method · 0.50
__init__Method · 0.50
__init__Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected