Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/Cream
/ MMDataParallel
Class
MMDataParallel
CDARTS/CDARTS_detection/mmcv/parallel/data_parallel.py:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
6
class
MMDataParallel(DataParallel):
7
8
def
scatter(self, inputs, kwargs, device_ids):
9
return
scatter_kwargs(inputs, kwargs, device_ids, dim=self.dim)
Callers
5
main
Function · 0.90
train_detector
Function · 0.90
main
Function · 0.90
main
Function · 0.90
_non_dist_train
Function · 0.90
Calls
no outgoing calls
Tested by
3
main
Function · 0.72
main
Function · 0.72
main
Function · 0.72