MCPcopy Create free account
hub / github.com/Royalvice/DocDiff / __init__

Method __init__

schedule/schedule.py:6–8  ·  view source on GitHub ↗
(self, schedule, timesteps)

Source from the content-addressed store, hash-verified

4
5class Schedule:
6 def __init__(self, schedule, timesteps):
7 self.timesteps = timesteps
8 self.schedule = schedule
9
10 def cosine_beta_schedule(self, s=0.001):
11 timesteps = self.timesteps

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected