MCPcopy Create free account
hub / github.com/openai/point-e / condition_mean

Method condition_mean

point_e/diffusion/gaussian_diffusion.py:982–983  ·  view source on GitHub ↗
(self, cond_fn, *args, **kwargs)

Source from the content-addressed store, hash-verified

980 return super().training_losses(self._wrap_model(model), *args, **kwargs)
981
982 def condition_mean(self, cond_fn, *args, **kwargs):
983 return super().condition_mean(self._wrap_model(cond_fn), *args, **kwargs)
984
985 def condition_score(self, cond_fn, *args, **kwargs):
986 return super().condition_score(self._wrap_model(cond_fn), *args, **kwargs)

Callers

nothing calls this directly

Calls 1

_wrap_modelMethod · 0.95

Tested by

no test coverage detected