MCPcopy Create free account
hub / github.com/Sin3DM/Sin3DM / condition_score

Method condition_score

src/diffusion/respace.py:101–102  ·  view source on GitHub ↗
(self, cond_fn, *args, **kwargs)

Source from the content-addressed store, hash-verified

99 return super().condition_mean(self._wrap_model(cond_fn), *args, **kwargs)
100
101 def condition_score(self, cond_fn, *args, **kwargs):
102 return super().condition_score(self._wrap_model(cond_fn), *args, **kwargs)
103
104 def _wrap_model(self, model):
105 if isinstance(model, _WrappedModel):

Callers

nothing calls this directly

Calls 1

_wrap_modelMethod · 0.95

Tested by

no test coverage detected