MCPcopy Create free account
hub / github.com/TaoRuijie/TalkNet-ASD / forward_audio_backend

Method forward_audio_backend

model/talkNetModel.py:57–59  ·  view source on GitHub ↗
(self,x)

Source from the content-addressed store, hash-verified

55 return x
56
57 def forward_audio_backend(self,x):
58 x = torch.reshape(x, (-1, 128))
59 return x
60
61 def forward_visual_backend(self,x):
62 x = torch.reshape(x, (-1, 128))

Callers 1

train_networkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected