Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
class
LoraLinear(torch.nn.Module):
54
def
__init__(
Callers
1
on_validation_epoch_end
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected