MCPcopy
hub / github.com/huggingface/pytorch-image-models / _create_dla

Function _create_dla

timm/models/dla.py:479–487  ·  view source on GitHub ↗
(variant, pretrained=False, **kwargs)

Source from the content-addressed store, hash-verified

477
478
479def _create_dla(variant, pretrained=False, **kwargs):
480 return build_model_with_cfg(
481 DLA,
482 variant,
483 pretrained,
484 pretrained_strict=False,
485 feature_cfg=dict(out_indices=(1, 2, 3, 4, 5)),
486 **kwargs,
487 )
488
489
490def _cfg(url='', **kwargs):

Callers 12

dla60_res2netFunction · 0.85
dla60_res2nextFunction · 0.85
dla34Function · 0.85
dla46_cFunction · 0.85
dla46x_cFunction · 0.85
dla60x_cFunction · 0.85
dla60Function · 0.85
dla60xFunction · 0.85
dla102Function · 0.85
dla102xFunction · 0.85
dla102x2Function · 0.85
dla169Function · 0.85

Calls 1

build_model_with_cfgFunction · 0.85

Tested by

no test coverage detected