Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/congwei1230/MoChaBench
/ forward_aud
Method
forward_aud
eval-lipsync/script/SyncNetModel.py:83–87 ·
view source on GitHub ↗
(self, x)
Source
from the content-addressed store, hash-verified
81
)
82
83
def
forward_aud(self, x):
84
mid = self.netcnnaud(x)
# N x ch x 24 x M
85
mid = mid.view((mid.size()[0], -1))
# N x (ch x 24)
86
out = self.netfcaud(mid)
87
return
out
88
89
def
forward_lip(self, x):
90
mid = self.netcnnlip(x)
Callers
1
evaluate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected