MCPcopy Create free account
hub / github.com/MTLab/MorphMLP / build_model

Function build_model

slowfast/models/build.py:18–61  ·  view source on GitHub ↗

Builds the video model. Args: cfg (configs): configs that contains the hyper-parameters to build the backbone. Details can be seen in slowfast/config/defaults.py. gpu_id (Optional[int]): specify the gpu index to build model.

(cfg, gpu_id=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

testFunction · 0.90
visualizeFunction · 0.90
build_trainerFunction · 0.90
trainFunction · 0.90
__init__Method · 0.90
get_predictionsMethod · 0.90

Calls 2

getMethod · 0.45
get_pretrained_modelMethod · 0.45

Tested by 1

testFunction · 0.72