Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CompVis/diff2flow
/ eval
Method
eval
diff2flow/ema.py:134–135 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
132
return
self.online_model
if
self.include_online_model
else
self.online_model[0]
133
134
def
eval(self):
135
return
self.ema_model.eval()
136
137
def
restore_ema_model_device(self):
138
device = self.initted.device
Callers
4
__init__
Method · 0.80
freeze
Method · 0.80
freeze
Method · 0.80
freeze
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected