Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Elsaam2y/DINet_optimized
/ forward
Method
forward
models/Syncnet.py:282–284 ·
view source on GitHub ↗
(self, image, audio)
Source
from the content-addressed store, hash-verified
280
self.model.eval()
281
282
def
forward(self, image, audio):
283
score = self.model(image, audio)
284
return
score
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected