MCPcopy Create free account
hub / github.com/CompVis/diff2flow / __call__

Method __call__

diff2flow/ema.py:228–229  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

226 lerp(ma_buffer.data, current_buffer.data, 1. - current_decay)
227
228 def __call__(self, *args, **kwargs):
229 return self.ema_model(*args, **kwargs)
230
231 # adaptations for flow matching
232 def decode(self, *args, **kwargs):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected