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

Method set_eval

models/ganimation.py:115–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113 self._is_train = True
114
115 def set_eval(self):
116 self._G.eval()
117 self._is_train = False
118
119 # get image paths
120 def get_image_paths(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected