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

Method _create_schedule

examples/simple_trainer.py:99–104  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

97 self.with_stack = True
98
99 def _create_schedule(self):
100 return torch.profiler.schedule(
101 wait=self.wait,
102 warmup=self.warmup,
103 active=self.active,
104 )
105
106 def update_schedule(self, **kwargs):
107 for key, value in kwargs.items():

Callers 2

__init__Method · 0.95
update_scheduleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected