Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dcharatan/flowmap
/ val_dataloader
Method
val_dataloader
flowmap/dataset/data_module_overfit.py:28–29 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
26
return
DataLoader(DummyDataset(), 1, num_workers=0)
27
28
def
val_dataloader(self):
29
return
DataLoader(DummyDataset(limit=1), 1, num_workers=0)
Callers
nothing calls this directly
Calls
1
DummyDataset
Class · 0.85
Tested by
no test coverage detected