MCPcopy Create free account
hub / github.com/deeplearning-wisc/MOOD / __init__

Method __init__

models/msdnet.py:184–186  ·  view source on GitHub ↗
(self, parallel_modules)

Source from the content-addressed store, hash-verified

182 output: N tensor
183 """
184 def __init__(self, parallel_modules):
185 super(ParallelModule, self).__init__()
186 self.m = nn.ModuleList(parallel_modules)
187
188 def forward(self, x):
189 res = []

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected