MCPcopy Create free account
hub / github.com/albertpumarola/GANimation / load

Method load

models/models.py:78–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76 assert False, "save not implemented"
77
78 def load(self):
79 assert False, "load not implemented"
80
81 def _save_optimizer(self, optimizer, optimizer_label, epoch_label):
82 save_filename = 'opt_epoch_%s_id_%s.pth' % (epoch_label, optimizer_label)

Callers 3

_read_condsMethod · 0.45
_load_optimizerMethod · 0.45
_load_networkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected