Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/MotionDiffuse
/ weights
Method
weights
text2motion/models/gaussian_diffusion.py:70–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
68
self._weights = np.ones([diffusion.num_timesteps])
69
70
def
weights(self):
71
return
self._weights
72
73
74
class
LossAwareSampler(ScheduleSampler):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected