Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deeplearning-wisc/MOOD
/ __init__
Method
__init__
models/msdnet_ge.py:211–213 ·
view source on GitHub ↗
(self, parallel_modules)
Source
from the content-addressed store, hash-verified
209
output: N tensor
210
""
"
211
def
__init__(self, parallel_modules):
212
super(ParallelModule, self).__init__()
213
self.m = nn.ModuleList(parallel_modules)
214
215
def
forward(self, x):
216
res = []
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected