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

Method is_train

models/models.py:41–42  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39
40 @property
41 def is_train(self):
42 return self._is_train
43
44 def set_input(self, input):
45 assert False, "set_input not implemented"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected