Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TaoRuijie/TalkNet-ASD
/ forward_visual_backend
Method
forward_visual_backend
model/talkNetModel.py:61–63 ·
view source on GitHub ↗
(self,x)
Source
from the content-addressed store, hash-verified
59
return
x
60
61
def
forward_visual_backend(self,x):
62
x = torch.reshape(x, (-1, 128))
63
return
x
64
Callers
1
train_network
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected