MCPcopy Create free account
hub / github.com/tdrussell/diffusion-pipe / load_state_dict

Method load_state_dict

train.py:75–76  ·  view source on GitHub ↗
(self, state_dict)

Source from the content-addressed store, hash-verified

73 return {}
74
75 def load_state_dict(self, state_dict):
76 pass
77
78
79# Monkeypatch this so it counts all layer parameters, not just trainable parameters.

Callers 14

train.pyFile · 0.45
load_custom_video_vaeFunction · 0.45
load_diffusion_modelMethod · 0.45
load_adapter_weightsMethod · 0.45
load_adapter_weightsMethod · 0.45
load_custom_video_vaeFunction · 0.45
load_diffusion_modelMethod · 0.45
_video_vaeFunction · 0.45
__init__Method · 0.45
load_adapter_weightsMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 1

load_custom_video_vaeFunction · 0.36