MCPcopy Create free account
hub / github.com/Elsaam2y/DINet_optimized / forward

Method forward

models/Syncnet.py:201–204  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

199 )
200
201 def forward(self, x):
202 ## b x c x h x w
203 out = self.face_conv(x)
204 return out
205
206
207class AudioEncoder(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected