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

Method update

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

Source from the content-addressed store, hash-verified

355 self.previous_hidden_states = None
356
357 def update(self, hidden_states):
358 hidden_states = hidden_states + self.previous_residual
359 return hidden_states
360
361
362

Callers 4

trainingFunction · 0.80
model_fn_wan_videoFunction · 0.80
frame_read_fnFunction · 0.80
n3v2blender.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected