Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/congwei1230/MoChaBench
/ load
Function
load
eval-lipsync/script/SyncNetModel.py:11–13 ·
view source on GitHub ↗
(filename)
Source
from the content-addressed store, hash-verified
9
10
11
def
load(filename):
12
net = torch.load(filename)
13
return
net
14
15
16
class
S(nn.Module):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected