MCPcopy Create free account
hub / github.com/CompVis/diff2flow / reset

Method reset

diff2flow/lora.py:50–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 raise ValueError("Error: no matching batch found")
49
50 def reset(self):
51 self.batch = None
52
53class LoraLinear(torch.nn.Module):
54 def __init__(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected