Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SegmentationBLWX/cssegmentation
/ BuildDistributedModel
Function
BuildDistributedModel
csseg/modules/parallel/model.py:11–12 ·
view source on GitHub ↗
(model, model_cfg)
Source
from the content-addressed store, hash-verified
9
10
''
'BuildDistributedModel'
''
11
def
BuildDistributedModel(model, model_cfg):
12
return
nn.parallel.DistributedDataParallel(model, **model_cfg)
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected