MCPcopy 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
11def load(filename):
12 net = torch.load(filename)
13 return net
14
15
16class S(nn.Module):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected