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

Method set_input

models/models.py:44–45  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

42 return self._is_train
43
44 def set_input(self, input):
45 assert False, "set_input not implemented"
46
47 def set_train(self):
48 assert False, "set_train not implemented"

Callers 3

_train_epochMethod · 0.45
_morph_faceMethod · 0.45

Calls

no outgoing calls

Tested by 1

_morph_faceMethod · 0.36