Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ermongroup/ddim
/ load_state_dict
Method
load_state_dict
models/ema.py:48–49 ·
view source on GitHub ↗
(self, state_dict)
Source
from the content-addressed store, hash-verified
46
return
self.shadow
47
48
def
load_state_dict(self, state_dict):
49
self.shadow = state_dict
Callers
3
train
Method · 0.95
sample
Method · 0.95
ema_copy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected