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

Method p_mean_variance

diff2flow/openai_diffusion/respace.py:89–92  ·  view source on GitHub ↗
(
        self, model, *args, **kwargs
    )

Source from the content-addressed store, hash-verified

87 super().__init__(**kwargs)
88
89 def p_mean_variance(
90 self, model, *args, **kwargs
91 ): # pylint: disable=signature-differs
92 return super().p_mean_variance(self._wrap_model(model), *args, **kwargs)
93
94 def training_losses(
95 self, model, *args, **kwargs

Callers

nothing calls this directly

Calls 1

_wrap_modelMethod · 0.95

Tested by

no test coverage detected