Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertpumarola/GANimation
/ set_eval
Method
set_eval
models/models.py:50–51 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
48
assert False,
"set_train not implemented"
49
50
def
set_eval(self):
51
assert False,
"set_eval not implemented"
52
53
def
forward(self, keep_data_for_visuals=False):
54
assert False,
"forward not implemented"
Callers
2
_display_visualizer_val
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
1
__init__
Method · 0.36