Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/ViMoGen
/ training_target
Method
training_target
trainer/scheduler.py:224–226 ·
view source on GitHub ↗
(self, sample, noise, timestep)
Source
from the content-addressed store, hash-verified
222
223
224
def
training_target(self, sample, noise, timestep):
225
target = noise - sample
226
return
target
227
228
229
def
training_weight(self, timestep):
Callers
1
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected