MCPcopy Create free account
hub / github.com/tdrussell/diffusion-pipe / __init__

Method __init__

train.py:62–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60
61class DummyOptimizer(torch.optim.Optimizer):
62 def __init__(self):
63 self.state = defaultdict(dict)
64 self.param_groups = []
65
66 def step(self, closure=None):
67 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected