Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
def
train(cfg):
40
model = VFDepthAlgo(cfg, 0)
41
trainer = VFDepthTrainer(cfg, 0)
42
trainer.learn(model)
43
44
45
def
train_ddp(rank, cfg):
Callers
1
train.py
File · 0.85
Calls
3
learn
Method · 0.95
VFDepthAlgo
Class · 0.90
VFDepthTrainer
Class · 0.90
Tested by
no test coverage detected