MCPcopy Create free account
hub / github.com/ace-step/ACE-Step / get_scheduler

Method get_scheduler

trainer.py:407–411  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

405 )
406
407 def get_scheduler(self):
408 return FlowMatchEulerDiscreteScheduler(
409 num_train_timesteps=self.T,
410 shift=self.hparams.shift,
411 )
412
413 def configure_optimizers(self):
414 trainable_params = [

Callers 1

__init__Method · 0.95

Tested by

no test coverage detected