MCPcopy
hub / github.com/alibaba/EasyCV / build_model

Function build_model

easycv/models/builder.py:38–39  ·  view source on GitHub ↗
(cfg)

Source from the content-addressed store, hash-verified

36
37
38def build_model(cfg):
39 return build(cfg, MODELS)
40
41
42def build_voxel_encoder(cfg):

Callers 15

mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
mainFunction · 0.90
count_flopFunction · 0.90
mainFunction · 0.90
exportFunction · 0.90
_build_modelMethod · 0.90
__init__Method · 0.90
_build_modelMethod · 0.90

Calls 1

buildFunction · 0.85

Tested by 15

_get_modelMethod · 0.72
run_testMethod · 0.72
test_simclr_trainMethod · 0.72
test_simclr_extractMethod · 0.72
test_mae_trainMethod · 0.72
test_moco_trainMethod · 0.72
test_moco_extractMethod · 0.72
test_mixco_trainMethod · 0.72
test_byol_trainMethod · 0.72
test_byol_extractMethod · 0.72
test_swav_trainMethod · 0.72