Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
def
load(filename):
13
net = torch.load(filename)
14
return
net;
15
16
class
S(nn.Module):
17
def
__init__(self, num_layers_in_fc_layers = 1024):
Callers
2
fused_act.py
File · 0.85
upfirdn2d.py
File · 0.85
Calls
1
load
Method · 0.45
Tested by
no test coverage detected