MCPcopy
hub / github.com/MeiGen-AI/InfiniteTalk / update

Method update

wan/utils/multitalk_utils.py:321–323  ·  view source on GitHub ↗
(self, update_value: torch.Tensor)

Source from the content-addressed store, hash-verified

319 self.running_average = 0
320
321 def update(self, update_value: torch.Tensor):
322 new_average = self.momentum * self.running_average
323 self.running_average = update_value + new_average
324
325
326

Callers 14

show_uploadFunction · 0.80
__init__Method · 0.80
wan_t2v_14B.pyFile · 0.80
wan_i2v_14B.pyFile · 0.80
wan_t2v_1_3B.pyFile · 0.80
__call__Method · 0.80
umt5_xxlFunction · 0.80
_video_vaeFunction · 0.80
forward_vaceMethod · 0.80
xlm_roberta_largeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected