Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
38
def
build_model(cfg):
39
return
build(cfg, MODELS)
40
41
42
def
build_voxel_encoder(cfg):
Callers
15
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
main
Function · 0.90
count_flop
Function · 0.90
main
Function · 0.90
export
Function · 0.90
_build_model
Method · 0.90
__init__
Method · 0.90
_build_model
Method · 0.90
_prepare_data_and_model
Method · 0.90
Calls
1
build
Function · 0.85
Tested by
15
_prepare_data_and_model
Method · 0.72
_get_model
Method · 0.72
run_test
Method · 0.72
test_simclr_train
Method · 0.72
test_simclr_extract
Method · 0.72
test_mae_train
Method · 0.72
test_moco_train
Method · 0.72
test_moco_extract
Method · 0.72
test_mixco_train
Method · 0.72
test_byol_train
Method · 0.72
test_byol_extract
Method · 0.72
test_swav_train
Method · 0.72