MCPcopy 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

_trainMethod · 0.45
_train_epochMethod · 0.45
save_imageFunction · 0.45
_save_optimizerMethod · 0.45
_save_networkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected