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

Method weights

src/diffusion/resample.py:66–67  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 self._weights = np.ones([diffusion.num_timesteps])
65
66 def weights(self):
67 return self._weights
68
69
70class LossAwareSampler(ScheduleSampler):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected