Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TaoRuijie/TalkNet-ASD
/ forward
Method
forward
model/visualEncoder.py:170–172 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
168
)
169
170
def
forward(self, x):
171
out = self.net(x)
172
return
out
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected