MCPcopy Create free account
hub / github.com/JasonLSC/GSCodec_Studio / update_schedule

Method update_schedule

examples/simple_trainer.py:106–110  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

104 )
105
106 def update_schedule(self, **kwargs):
107 for key, value in kwargs.items():
108 if hasattr(self, key):
109 setattr(self, key, value)
110 self.schedule = self._create_schedule()
111
112
113@dataclass

Callers

nothing calls this directly

Calls 1

_create_scheduleMethod · 0.95

Tested by

no test coverage detected