MCPcopy Create free account
hub / github.com/42dot/VFDepth / train

Function train

train.py:39–42  ·  view source on GitHub ↗
(cfg)

Source from the content-addressed store, hash-verified

37
38
39def train(cfg):
40 model = VFDepthAlgo(cfg, 0)
41 trainer = VFDepthTrainer(cfg, 0)
42 trainer.learn(model)
43
44
45def train_ddp(rank, cfg):

Callers 1

train.pyFile · 0.85

Calls 3

learnMethod · 0.95
VFDepthAlgoClass · 0.90
VFDepthTrainerClass · 0.90

Tested by

no test coverage detected