MCPcopy Create free account
hub / github.com/TaoRuijie/TalkNet-ASD / forward

Method forward

model/visualEncoder.py:156–158  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

154 self.net = nn.Sequential(*stacks) # Visual Temporal Network V-TCN
155
156 def forward(self, x):
157 out = self.net(x)
158 return out
159
160class visualConv1D(nn.Module):
161 def __init__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected