Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Elsaam2y/DINet_optimized
/ forward
Method
forward
models/old/Syncnet_BN.py:217–220 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
215
)
216
217
def
forward(self, x):
218
## b x c x h x w
219
out = self.face_conv(x)
220
return
out
221
222
223
class
AudioEncoder(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected