Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/albertpumarola/GANimation
/ save
Method
save
models/models.py:75–76 ·
view source on GitHub ↗
(self, label)
Source
from the content-addressed store, hash-verified
73
return
{}
74
75
def
save(self, label):
76
assert False,
"save not implemented"
77
78
def
load(self):
79
assert False,
"load not implemented"
Callers
5
_train
Method · 0.45
_train_epoch
Method · 0.45
save_image
Function · 0.45
_save_optimizer
Method · 0.45
_save_network
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected