MCPcopy Create free account
hub / github.com/OpenImagingLab/4DSloMo / store

Method store

FixModel.py:353–355  ·  view source on GitHub ↗
(self, hidden_states)

Source from the content-addressed store, hash-verified

351 return not should_calc
352
353 def store(self, hidden_states):
354 self.previous_residual = hidden_states - self.previous_hidden_states
355 self.previous_hidden_states = None
356
357 def update(self, hidden_states):
358 hidden_states = hidden_states + self.previous_residual

Callers 1

model_fn_wan_videoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected