MCPcopy Create free account
hub / github.com/cvlab-kaist/Talk3D / load

Function load

eval/syncnet_python/SyncNetModel.py:12–14  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

10 print("%s saved."%filename);
11
12def load(filename):
13 net = torch.load(filename)
14 return net;
15
16class S(nn.Module):
17 def __init__(self, num_layers_in_fc_layers = 1024):

Callers 2

fused_act.pyFile · 0.85
upfirdn2d.pyFile · 0.85

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected